Skip to content

Commit

Permalink
update heap size for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Feb 15, 2024
1 parent 4261ba3 commit 8d91b2c
Show file tree
Hide file tree
Showing 2 changed files with 693 additions and 567 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"lint": "eslint .",
"test": "jest --verbose",
"test": "jest --verbose --logHeapUsage --max-old-space-size=4096",
"prettier": "prettier --config .prettierrc 'src/**/*.ts' 'tests/**/*.ts' --write"
}
}
Loading

0 comments on commit 8d91b2c

Please sign in to comment.