Skip to content

Instantly share code, notes, and snippets.

@vitkon
Last active February 18, 2018 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitkon/1e37bc13370344a95c94664625ddd30c to your computer and use it in GitHub Desktop.
Save vitkon/1e37bc13370344a95c94664625ddd30c to your computer and use it in GitHub Desktop.
Poi article files
{
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"setupTestFrameworkScriptFile": "./setupTests.ts",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleNameMapper": {
"\\.(css|jpg|png|svg)$": "<rootDir>/node_modules/jest-css-modules"
},
"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