Skip to content

Commit

Permalink
Use jest override
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 23, 2024
1 parent 087f8e0 commit 8b88533
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
browser: true,
es6: true,
'jest/globals': true,
node: true,
},
globals: {
given: 'readonly',
Expand Down Expand Up @@ -108,6 +107,12 @@ module.exports = {
Cypress: true,
},
},
{
files: 'testcafe/**/*',
globals: {
__dirname: true,
},
},
],
root: true,
}

0 comments on commit 8b88533

Please sign in to comment.