jsx-if-else
Version:
A very lightweight and small react component that will let you write simple if and else statement with JSX syntax.
23 lines (20 loc) • 415 B
JavaScript
module.exports = {
// The directory where Jest should output its coverage files
"verbose": false,
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"globals": {
"NODE_ENV": "test"
},
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules/",
"src/",
],
setupFiles: ['./setupTest.js'],
}
//transformIgnorePatterns: ["/node_modules/(?!vue-awesome)"],