UNPKG

eslint-plugin-cypress

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