File size: 184 Bytes
bc20498 |
1 2 3 4 5 6 7 |
const { defaults } = require('jest-config')
module.exports = {
testMatch: ['**/tests/**/*.[jt]s?(x)'],
testPathIgnorePatterns: [...defaults.testPathIgnorePatterns, '.history'],
}
|