Skip to content

Commit

Permalink
Update jest.ci to use same config as local (less confusion)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Dec 19, 2024
1 parent 97d47e2 commit 9d4c477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions jest.ci.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"local": "BACKEND_PORT=8000 npm start",
"verify": "npm-run-all build lint test-ci",
"postinstall": "ts-patch install",
"test": "TZ=UTC jest --config jest.config.js --verbose",
"test-ci": "TZ=UTC jest --config jest.ci.config.js --verbose --no-cache",
"test": "TZ=UTC jest --verbose",
"test-ci": "TZ=UTC jest --verbose --no-cache",
"testAllPreviewFailures": "npm-run-all -p test jestPreview",
"jestPreview": "jest-preview",
"jestClear": "jest --clearCache"
Expand Down

0 comments on commit 9d4c477

Please sign in to comment.