Files
tp-we-vue/node_modules/eslint-plugin-cypress/jest.config-legacy.js
2024-11-28 23:08:17 +01:00

7 lines
191 B
JavaScript

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