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 Oct 3, 2023
1 parent 22afbb7 commit 9ea946f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,9 @@
"repository": "postcss/postcss-simple-vars",
"scripts": {
"unit": "uvu . '\\.test\\.js$'",
"test": "c8 pnpm unit && eslint ."
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test": "pnpm run /^test:/"
},
"engines": {
"node": ">=14.0"
Expand Down

0 comments on commit 9ea946f

Please sign in to comment.