Skip to content

Commit

Permalink
Added --allowOnly flag to fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzohaibqc committed Jan 14, 2024
1 parent 324a7dc commit bf7299b
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 @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint --fix",
"test": "vitest",
"coverage": "vitest run --coverage",
"coverage": "vitest run --coverage --allowOnly",
"cy:open": "cypress open",
"cy:run": "cypress run",
"coverage-badge": "coverage-badger -r coverage/clover.xml -d coverage/"
Expand Down

0 comments on commit bf7299b

Please sign in to comment.