hrms-manual/node_modules/eslint-plugin-cypress/jest.config.js
2023-09-06 14:51:44 +07:00

6 lines
184 B
JavaScript

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