2021-05-21 20:52:22 +03:00

10 lines
127 B
JavaScript

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