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 14, 2023
1 parent 5453320 commit c6c69c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"./package.json": "./package.json"
},
"scripts": {
"unit": "uvu . '\\.test\\.js$'",
"test": "pnpm unit && eslint . && ./test/integration.js"
"test:unit": "uvu . '\\.test\\.js$'",
"test:lint": "eslint .",
"test:integration": "node test/integration.js",
"test": "pnpm run /^test:/"
},
"funding": [
{
Expand Down

0 comments on commit c6c69c8

Please sign in to comment.