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 fa3d6c8 commit 8bb8725Copy full SHA for 8bb8725
packages/mongodb-memory-server-core/package.json
@@ -66,8 +66,8 @@
66
"clean": "rimraf tmp lib build coverage node_modules/.cache",
67
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
68
"build:tests": "rimraf ./build && tsc -p ./tsconfig.json",
69
- "watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watchAll",
70
- "coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage",
+ "watch": "jest --watchAll",
+ "coverage": "jest --coverage",
71
"lint": "yarn run eslint && yarn run tscheck",
72
"eslint": "eslint -c ../../.eslintrc.js 'src/**/*.{js,ts}'",
73
"test": "yarn run lint && yarn run coverage",
0 commit comments