2021-05-06 12:30:14 +03:00

13 lines
191 B
JavaScript

module.exports = {
verbose: true,
testPathIgnorePatterns: [
"./node_modules/"
],
unmockedModulePathPatterns: [
"./node_modules/react"
],
roots: [
"./__tests__"
],
}