[design]: overrides pattern, tests, yay!

This commit is contained in:
41666 2019-05-20 04:33:31 -04:00
parent 0ccb5fa32f
commit dd6f02f4e2
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
22 changed files with 6165 additions and 1328 deletions

View file

@ -1,9 +1,14 @@
module.exports = {
testMatch: ['**/*.test.js'],
preset: "ts-jest",
verbose: true,
bail: true,
jsx: true,
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
snapshotSerializers: [
'enzyme-to-json/serializer'
]
],
transform: {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
}