We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986ade8 commit 072e852Copy full SHA for 072e852
scripts/run-encryption-tests.sh
@@ -35,4 +35,5 @@ source expansions.sh
35
export MONGOOSE_TEST_URI=$MONGODB_URI
36
37
# run encryption tests
38
-npx mocha --exit ./test/encryption/*.test.js
+cd ..
39
+npx mocha --exit ./test/encryption/*.test.js
0 commit comments