Files
2024-11-28 23:08:17 +01:00

7 lines
184 B
JavaScript

const { defaults } = require('jest-config')
module.exports = {
testMatch: ['**/tests/**/*.[jt]s?(x)'],
testPathIgnorePatterns: [...defaults.testPathIgnorePatterns, '.history'],
}