Skip to content

Commit 1a2d923

Browse files
committed
chore: move jest config to proper location
1 parent f9b1878 commit 1a2d923

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/jest.json renamed to jest.config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"rootDir": "../",
32
"verbose": true,
43
"preset": "ts-jest/presets/default-esm",
54
"collectCoverage": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"format:code": "xo --fix",
4747
"format:rest": "prettier --write .",
4848
"format": "run-s format:*",
49-
"test:lib": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config config/jest.json",
49+
"test:lib": "jest",
5050
"test": "run-s lint test:*",
5151
"pre-commit": "lint-staged",
5252
"prepare": "run-s compile && husky install config/husky"

0 commit comments

Comments
 (0)