Skip to content

Commit

Permalink
feat: cypress skeleton for visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjansenrpm committed Jul 31, 2024
1 parent 087e618 commit e043782
Show file tree
Hide file tree
Showing 9 changed files with 1,836 additions and 297 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ module.exports = {
rules: {
'import/no-anonymous-default-export': 'off'
}
},
{
files: ['test/**/*.ts'],
rules: {
'import/no-import-module-exports': 'off'
}
}
],
ignorePatterns: ['docs/*']
Expand Down
Loading

0 comments on commit e043782

Please sign in to comment.