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 30, 2023
1 parent 8d3caf0 commit c3823b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -25,8 +25,11 @@
"license": "MIT",
"repository": "browserslist/browserslist",
"scripts": {
"test": "c8 pnpm unit && eslint . && size-limit",
"unit": "NODE_ENV=test uvu test .test.js"
"unit": "NODE_ENV=test uvu test .test.js",
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
},
"dependencies": {
"caniuse-lite": "^1.0.30001517",
Expand Down

0 comments on commit c3823b1

Please sign in to comment.