Skip to content

Commit 4130ed5

Browse files
committed
revert test parallel
1 parent ef3cdf4 commit 4130ed5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@
7171
"lint": "eslint --max-warnings 0 --ext js . && eslint --max-warnings 0 --ext ts .",
7272
"build": "node scripts/build",
7373
"watch": "node scripts/build --watch",
74-
"coverage": "ASC_FEATURES=\"*\" c8 npm run test",
75-
"test": "npm run test:parser && npm run test:compiler && npm run test:browser && npm run test:asconfig && npm run test:transform",
74+
"coverage": "ASC_FEATURES=\"*\" c8 npm run test:coverage",
75+
"test": "npm run test:parser && npm run test:compiler -- --parallel && npm run test:browser && npm run test:asconfig && npm run test:transform",
76+
"test:coverage": "npm run test:parser && npm run test:compiler && npm run test:browser && npm run test:asconfig && npm run test:transform",
7677
"test:parser": "node --enable-source-maps tests/parser",
7778
"test:compiler": "node --enable-source-maps --experimental-wasi-unstable-preview1 --no-warnings tests/compiler",
7879
"test:browser": "node --enable-source-maps tests/browser",

0 commit comments

Comments
 (0)