Skip to content

Commit

Permalink
chore: increase memory size in test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Sep 18, 2024
1 parent 9568d98 commit c1674ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
"prepare": "husky install",
"flow": "npx flow status",
"setup": "npm install && npm run build",
"test:e2e": "npx cypress run --config video=false --browser chrome",
"test:ct": "npx cypress run --component",
"test:e2e": "NODE_OPTIONS=--max_old_space_size=4096 npx cypress run --config video=false --browser chrome",
"test:ct": "NODE_OPTIONS=--max_old_space_size=4096 npx cypress run --component",
"test:ct:debug": "npx cypress open --component",
"test:e2e:debug": "npx cypress open --e2e",
"test:e2e:headed": "npm run test:e2e --headed",
Expand Down

0 comments on commit c1674ee

Please sign in to comment.