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