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 8365e4d commit 6bb4a8eCopy full SHA for 6bb4a8e
packages/e2e-tests/package.json
@@ -11,7 +11,7 @@
11
"url": "git://github.com/mongodb-js/mongosh.git"
12
},
13
"scripts": {
14
- "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 --colors -r ts-node/register \"./test/e2e*.spec.ts\"",
+ "test": "mocha -r ts-node/register -r \"../../scripts/import-expansions.js\" -r \"./test/test-shell.ts\" --timeout 15000 --colors \"./test/*.spec.ts\"",
15
"test-ci": "node ../../scripts/run-if-package-requested.js npm test",
16
"test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
17
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
0 commit comments