mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[design]: overrides pattern, tests, yay!
This commit is contained in:
parent
0ccb5fa32f
commit
dd6f02f4e2
22 changed files with 6165 additions and 1328 deletions
|
@ -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"
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue