Skip to content

Instantly share code, notes, and snippets.

@carboleda
Last active August 19, 2022 12:21
Show Gist options
  • Save carboleda/2e03a9e0935af2e3ff93afbf1d7e6322 to your computer and use it in GitHub Desktop.
Save carboleda/2e03a9e0935af2e3ff93afbf1d7e6322 to your computer and use it in GitHub Desktop.
Test script with profiling for jest
{
"scripts": {
"test": "node --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment