mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
jest: fix for new monorepo
This commit is contained in:
parent
057e9f96b4
commit
51dd8bd6b1
10 changed files with 48 additions and 38 deletions
9
jest.config.js
Normal file
9
jest.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
testMatch: ['**/*.test.js'],
|
||||
verbose: true,
|
||||
bail: true,
|
||||
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
||||
snapshotSerializers: [
|
||||
'enzyme-to-json/serializer'
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue