Skip to content

Commit

Permalink
Setup jest environment for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
YashNathani0708 committed Nov 14, 2024
1 parent 2d206e5 commit 2a1fc51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
"test": "jest",
"test:jest": "jest --config jest.config.integration.js"
},
"dependencies": {
"firebase": "^10.13.2",
Expand Down

0 comments on commit 2a1fc51

Please sign in to comment.