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 13, 2023
1 parent 3165bb4 commit 94132c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
],
"scripts": {
"clean": "rm -R coverage",
"start": "vite test/demo/ --open",
"unit": "uvu . .test.js$",
"test": "c8 pnpm unit && eslint . && pnpm clean && size-limit",
"start": "vite test/demo/ --open"
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test:size": "pnpm clean && size-limit",
"test": "pnpm run /^test:/"
},
"type": "module",
"engines": {
Expand Down

0 comments on commit 94132c6

Please sign in to comment.