From b8fbe08d420dd803b2e4b25470fb78c6558f3289 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 24 Nov 2017 17:55:18 -0800 Subject: [PATCH] chore: format package.json --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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",