Last active
August 19, 2022 12:21
-
-
Save carboleda/2e03a9e0935af2e3ff93afbf1d7e6322 to your computer and use it in GitHub Desktop.
Test script with profiling for jest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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