Skip to content

Instantly share code, notes, and snippets.

@nnaku
Created April 4, 2019 19:23
Show Gist options
  • Save nnaku/ff2f5dde31d10e22bea0358622215bfe to your computer and use it in GitHub Desktop.
Save nnaku/ff2f5dde31d10e22bea0358622215bfe to your computer and use it in GitHub Desktop.
...
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
}
...
"jest": {
"moduleNameMapper": {
"^~\/(.*)$": "<rootDir>/src/$1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment