Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 11, 2023
1 parent e6e61f1 commit a168d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
],
"scripts": {
"unit": "uvu . '\\.test\\.js$'",
"test": "c8 pnpm unit && eslint ."
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test": "pnpm run /^test:/"
},
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
Expand Down

0 comments on commit a168d93

Please sign in to comment.