From 609488b35de74f495fca53850cdee40c5a9f2390 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 18:29:04 -0500 Subject: [PATCH] chore: fix formatter fail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cac4b1..9055471 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "jest", "test:integration": "jest -c integration/jest.config.js", - "test:e2e": "jest -c e2e/jest.config.js", + "test:e2e": "jest -c e2e/jest.config.js" }, "release": { "branch": "master",