Skip to content

Commit

Permalink
remove gc exposeure
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Feb 15, 2024
1 parent 4e6e515 commit f49d1ac
Showing 1 changed file with 1 addition and 1 deletion.
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": "TOOL_NODE_FLAGS=--expose-gc jest --verbose --logHeapUsage",
"test": "jest --verbose --logHeapUsage",
"prettier": "prettier --config .prettierrc 'src/**/*.ts' 'tests/**/*.ts' --write"
}
}

0 comments on commit f49d1ac

Please sign in to comment.