diff --git a/package.json b/package.json index c96963f..cc59aa5 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,14 @@ "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", - "testPathIgnorePatterns": ["/node_modules/", "/src/test/__fixtures__/"], - "coverageReporters": ["json", "text"], + "testPathIgnorePatterns": [ + "/node_modules/", + "/src/test/__fixtures__/" + ], + "coverageReporters": [ + "json", + "text" + ], "moduleFileExtensions": [ "ts", "tsx",