Skip to content

Commit

Permalink
chore: skip error handling tests for vite-ecosystem-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Oct 2, 2023
1 parent 7621e99 commit cdba534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint --max-warnings 0 '**/*.ts' '**/*.tsx'",
"vite-ecosystem-ci:build": "turbo build --filter=@previewjs/config-helper-nextjs",
"vite-ecosystem-ci:before-test": "cd testing && playwright install",
"vite-ecosystem-ci:test": "export ONLY_REACT_VERSION=18 && turbo e2e-test --filter=@previewjs/plugin-react -- --retries=3 --workers=2"
"vite-ecosystem-ci:test": "export ONLY_REACT_VERSION=18 && turbo e2e-test --filter=@previewjs/plugin-react -- --grep-invert=error --retries=3 --workers=2"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
Expand Down

0 comments on commit cdba534

Please sign in to comment.