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 Jul 10, 2023
1 parent 53bc06c commit e927e23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
],
"scripts": {
"unit": "tsm ./test/router.test.ts && tsm ./test/search.test.ts && tsm ./test/ssr.test.ts",
"test": "c8 pnpm unit && eslint . && check-dts && size-limit"
"test:lint": "eslint .",
"test:coverage": "c8 pnpm unit",
"test:types": "check-dts",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
},
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e927e23

Please sign in to comment.