Skip to content

Instantly share code, notes, and snippets.

@italosantana
Created October 13, 2021 18:29
Show Gist options
  • Save italosantana/e764ba1f65c8240809824c12f99d6560 to your computer and use it in GitHub Desktop.
Save italosantana/e764ba1f65c8240809824c12f99d6560 to your computer and use it in GitHub Desktop.
testings scripts w10 with jest
"scripts": {
"test": "export NODE_ENV=test && jest",
"test:window": "set NODE_ENV=test && jest",
"clear_jest": "jest --clearCache",
"test-watch": "export NODE_ENV=test && jest --watch"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment