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 25571a0 commit 9e9f0d0Copy full SHA for 9e9f0d0
packages/mongodb-memory-server-core/package.json
@@ -64,11 +64,10 @@
64
"clean": "rimraf tmp lib build coverage node_modules/.cache",
65
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
66
"build:tests": "rimraf ./build && tsc -p ./tsconfig.json",
67
- "watch": "jest --watchAll",
68
"coverage": "jest --coverage",
69
"lint": "yarn run eslint && yarn run tscheck",
70
"eslint": "eslint -c ../../.eslintrc.js 'src/**/*.{js,ts}'",
71
"test": "yarn run lint && yarn run coverage",
72
- "test:watch": "yarn run watch"
+ "test:watch": "jest --watchAll"
73
}
74
0 commit comments