Commit dde0cc24 by Ari Rizzitano

fix coverage report

parent 127ecf94
......@@ -64,6 +64,10 @@
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|scss)$": "identity-obj-proxy"
}
},
"coveragePathIgnorePatterns": [
"/node_modules/",
"(.stories)\\.(jsx)$"
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment