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 f9b1878 commit 1a2d923Copy full SHA for 1a2d923
config/jest.json renamed to jest.config.json
@@ -1,5 +1,4 @@
1
{
2
- "rootDir": "../",
3
"verbose": true,
4
"preset": "ts-jest/presets/default-esm",
5
"collectCoverage": true,
package.json
@@ -46,7 +46,7 @@
46
"format:code": "xo --fix",
47
"format:rest": "prettier --write .",
48
"format": "run-s format:*",
49
- "test:lib": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config config/jest.json",
+ "test:lib": "jest",
50
"test": "run-s lint test:*",
51
"pre-commit": "lint-staged",
52
"prepare": "run-s compile && husky install config/husky"
0 commit comments