first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
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'],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue