mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
module.exports = {
|
|
testMatch: ['**/*.test.js'],
|
|
verbose: true,
|
|
bail: true,
|
|
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
|
snapshotSerializers: [
|
|
'enzyme-to-json/serializer'
|
|
]
|
|
}
|