Skip to content

Commit df2dd77

Browse files
committed
Run tests in parallel
1 parent e5be97a commit df2dd77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
],
1414
"scripts": {
1515
"unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
16-
"test": "c8 pnpm unit && eslint . && check-dts"
16+
"test:coverage": "c8 pnpm unit",
17+
"test:lint": "eslint .",
18+
"test:types": "check-dts",
19+
"test": "pnpm run /^test:/"
1720
},
1821
"author": "Andrey Sitnik <[email protected]>",
1922
"license": "MIT",

0 commit comments

Comments
 (0)