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 41b8800 commit 4c37914Copy full SHA for 4c37914
package.json
@@ -11,7 +11,7 @@
11
"lint": "eslint ./src ./test --ext .ts",
12
"lint:fix": "eslint ./src ./test --ext .ts --fix",
13
"test:functional": "dotenv -e .env -- jest --projects ./test --runInBand",
14
- "test:unit": "dotenv -e .env -- jest --runInBand",
+ "test:unit": "dotenv -e .env -- jest",
15
"style:check": "prettier --check src/**/*.ts test/**/*.ts",
16
"style:fix": "prettier --write src/**/*.ts' test/**/*.ts"
17
},
0 commit comments