fix tests

This commit is contained in:
Philipp Kühn
2019-06-12 22:31:16 +02:00
parent 352e8c18a7
commit ee4f132b0f
6 changed files with 41 additions and 18 deletions

View File

@@ -3,4 +3,7 @@ module.exports = {
roots: [
'<rootDir>/packages/',
],
moduleNameMapper: {
'\\.(css)$': 'identity-obj-proxy',
},
}