diff --git a/package.json b/package.json index 477c024d7..2ec5ae599 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "displayName": "lint", "runner": "jest-runner-eslint", "testMatch": [ - "/**/*.js" + "/**/*.{js,ts}" ], "testPathIgnorePatterns": [ "/lib/.*"