Skip to content

Commit

Permalink
Try to fix e2e.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 13, 2024
1 parent cc61bfe commit 4506c57
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 @@ -25,7 +25,7 @@
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "jest --config ./jest.unit.config.js .",
"test:unit:watch": "npm run test:unit -- --coverage --watch --collectCoverageFrom={src,electron}/**/*.{js,jsx,ts,tsx}",
"test:e2e": "jest --runInBand --config ./jest.e2e.config.js ./e2e/tests",
"test:e2e": "npm run build && jest --runInBand --config ./jest.e2e.config.js ./e2e/tests",
"test:e2e:server": "BROWSER=NONE PORT=61337 react-scripts start",
"test:e2e:runner": "IS_RUNNER=true TEST_PORT=61337 jest --runInBand --config ./jest.e2e.config.js ./e2e/tests",
"update-demo-app": "git subtree pull --prefix demo-app [email protected]:vigneshshanmugam/synthetics-ecommerce-demo.git main --squash"
Expand Down

0 comments on commit 4506c57

Please sign in to comment.