Skip to content

Commit

Permalink
try parallel test to understand the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 7, 2024
1 parent fb5087a commit 05629bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"test:e2e:chrome": "playwright test",
"test:e2e:firefox": "playwright test --config playwright.firefox.config.js",
"test:types": "tsc --project tsconfig.tests.json",
"test:node": "astro-scripts test \"test/**/*.test.js\""
"test:node": "astro-scripts test --parallel \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.10.1",
Expand Down

0 comments on commit 05629bf

Please sign in to comment.