Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
Co-authored-by: damien tassone <damien.tassone@gmail.com>
  • Loading branch information
oliviertassinari and dtassone authored Jul 27, 2020
1 parent 742fa6d commit 25a2271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
},
overrides: [
{
files: ['*.test.tsx'],
files: ['*.test.tsx', '*.test.ts'],
env: {
mocha: true,
},
Expand Down

0 comments on commit 25a2271

Please sign in to comment.