Files
myDrive/jest.config.json
T
2020-03-04 17:10:56 -05:00

9 lines
165 B
JSON
Executable File

{
"setupFiles": [
"raf/polyfill",
"<rootDir>/tests/setupTests.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}