diff --git a/.eslintrc.js b/.eslintrc.js index 2027bc49e623d..0f0f3d3af27a6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -90,7 +90,7 @@ module.exports = { }, overrides: [ { - files: ['*.test.tsx'], + files: ['*.test.tsx', '*.test.ts'], env: { mocha: true, },