From e5af774351078ae680181d85f94f1e86dcf8c3e8 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 23 Apr 2020 14:19:31 -0500 Subject: [PATCH] Reorg package.json so it meets Yarn's normal formatting --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ed1235..cbeded6c 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,10 @@ "transform": { "^.+\\.tsx?$": "ts-jest" }, - "testPathIgnorePatterns": ["/node_modules/", "/config/webpack/test.js"], + "testPathIgnorePatterns": [ + "/node_modules/", + "/config/webpack/test.js" + ], "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts",