File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1717# run the tests
1818npm install aws4
1919
20- npx mocha test/functional/mongodb_aws.test.js
20+ npm run check:aws
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ shopt -s expand_aliases # needed for `urlencode` alias
2121set -x
2222
2323npm install aws4
24- npx mocha test/functional/mongodb_aws.test.js
24+ npm run check:aws
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ export MONGODB_URI="${MONGODB_URI}"
55
66npm i --no-save snappy@6
77
8- npx mocha test/unit/ snappy.test.js
8+ npm run check: snappy
99
1010npm i --no-save snappy@7
1111
12- npx mocha test/unit/ snappy.test.js
12+ npm run check: snappy
Original file line number Diff line number Diff line change 110110 "check:ts" : " tsc -v && tsc --noEmit" ,
111111 "check:atlas" : " mocha --config \" test/manual/mocharc.json\" test/manual/atlas_connectivity.test.js" ,
112112 "check:adl" : " mocha --file test/tools/runner test/manual/data_lake.test.js" ,
113+ "check:aws" : " mocha --file test/tools/runner test/functional/mongodb_aws.test.js" ,
113114 "check:ocsp" : " mocha --config \" test/manual/mocharc.json\" test/manual/ocsp_support.test.js" ,
114115 "check:kerberos" : " mocha --config \" test/manual/mocharc.json\" test/manual/kerberos.test.js" ,
115116 "check:tls" : " mocha --config \" test/manual/mocharc.json\" test/manual/tls_support.test.js" ,
116117 "check:ldap" : " mocha --config \" test/manual/mocharc.json\" test/manual/ldap.test.js" ,
117- "check:csfle" : " mocha test/functional/client_side_encryption" ,
118+ "check:csfle" : " mocha --file test/tools/runner test/functional/client_side_encryption" ,
119+ "check:snappy" : " mocha --file test/tools/runner test/functional/unit_snappy.test.js" ,
118120 "prepare" : " node etc/prepare.js" ,
119121 "release" : " standard-version -i HISTORY.md" ,
120122 "test" : " npm run check:lint && npm run test:all" ,
You can’t perform that action at this time.
0 commit comments