Skip to content

Commit

Permalink
chore: Remove jest --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia authored and Vinnl committed Feb 21, 2024
1 parent 7188d09 commit 89d2940
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 @@ -13,7 +13,7 @@
"start": "next start",
"lint": "stylelint '**/*.scss' && prettier --check './src' && next lint --max-warnings=0",
"fix": "prettier --write './src' && next lint --fix && stylelint --fix '**/*.scss'",
"test": "jest --no-cache",
"test": "jest",
"e2e": "playwright test src/e2e/",
"e2e:debug": "playwright test src/e2e/ --ui",
"e2e:smoke": "playwright test src/e2e/ --grep @smoke",
Expand Down

0 comments on commit 89d2940

Please sign in to comment.