Skip to content

Commit 4c37914

Browse files
committed
Remove unnecessary jest config
1 parent 41b8800 commit 4c37914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint ./src ./test --ext .ts",
1212
"lint:fix": "eslint ./src ./test --ext .ts --fix",
1313
"test:functional": "dotenv -e .env -- jest --projects ./test --runInBand",
14-
"test:unit": "dotenv -e .env -- jest --runInBand",
14+
"test:unit": "dotenv -e .env -- jest",
1515
"style:check": "prettier --check src/**/*.ts test/**/*.ts",
1616
"style:fix": "prettier --write src/**/*.ts' test/**/*.ts"
1717
},

0 commit comments

Comments
 (0)