Skip to content

Commit a168d93

Browse files
committed
Run tests in parallel
1 parent e6e61f1 commit a168d93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
],
1515
"scripts": {
1616
"unit": "uvu . '\\.test\\.js$'",
17-
"test": "c8 pnpm unit && eslint ."
17+
"test:coverage": "c8 pnpm unit",
18+
"test:lint": "eslint .",
19+
"test": "pnpm run /^test:/"
1820
},
1921
"author": "Andrey Sitnik <[email protected]>",
2022
"license": "MIT",

0 commit comments

Comments
 (0)