Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Created November 29, 2018 15:05
Show Gist options
  • Save TimoGlastra/58d1b0d429f572b996252b10e6287790 to your computer and use it in GitHub Desktop.
Save TimoGlastra/58d1b0d429f572b996252b10e6287790 to your computer and use it in GitHub Desktop.
{
"rootDir": "../",
"setupTestFrameworkScriptFile": "./e2e/init.js",
"testEnvironment": "node",
"transform": {
"^.+\\.(jsx?|tsx?)$": "babel-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment