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 cf332c8 commit 8020c5aCopy full SHA for 8020c5a
package.json
@@ -57,7 +57,7 @@
57
}
58
},
59
"scripts": {
60
- "test": "lerna run test --stream",
+ "test": "yarn --cwd packages/mongodb-memory-server-core run test",
61
"lint": "lerna run lint --stream --npm-client=yarn --no-prefix",
62
"eslint": "eslint 'packages/mongodb-memory-server-core/src/**/*.{js,ts}'",
63
"watch": "jest --env node --watch",
0 commit comments