q9
This commit is contained in:
6
node_modules/eslint-plugin-cypress/jest.config.js
generated
vendored
Normal file
6
node_modules/eslint-plugin-cypress/jest.config.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
const { defaults } = require('jest-config')
|
||||
|
||||
module.exports = {
|
||||
testMatch: ['**/tests/**/*.[jt]s?(x)'],
|
||||
testPathIgnorePatterns: [...defaults.testPathIgnorePatterns, '.history'],
|
||||
}
|
||||
Reference in New Issue
Block a user