File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 104104 "test-deno" : " deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js" ,
105105 "test-rs" : " START_REPLICA_SET=1 mocha --timeout 30000 --exit ./test/*.test.js" ,
106106 "test-tsd" : " node ./test/types/check-types-filename && tsd" ,
107- "test-encryption" : " install mongodb-client-encryption > /dev/null && bash scripts/configure-cluster-with-encryption.sh && mocha --exit ./test/encryption/*.test.js && npm uninstall mongodb-client-encryption > /dev/null" ,
107+ "test-encryption" : " npm install mongodb-client-encryption > /dev/null && bash scripts/configure-cluster-with-encryption.sh && mocha --exit ./test/encryption/*.test.js && npm uninstall mongodb-client-encryption > /dev/null" ,
108108 "tdd" : " mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}" ,
109109 "test-coverage" : " nyc --reporter=html --reporter=text npm test" ,
110110 "ts-benchmark" : " cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check"
You can’t perform that action at this time.
0 commit comments