From 990d5ec5af9cea56812e952c3155a346876621cb Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 19 Apr 2018 11:16:53 -0400 Subject: custom assertion --- frontend/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'frontend/package.json') diff --git a/frontend/package.json b/frontend/package.json index 977c015..28c97a5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,9 +45,7 @@ }, "//": "This is out babel config, I prefer this over a .babelrc file", "jest": { - "setupFiles": [ - "/jest.setup.js" - ], + "setupTestFrameworkScriptFile": "/jest.setup.js", "testPathIgnorePatterns": [ "/.next/", "/node_modules/" @@ -97,4 +95,4 @@ } } } -} +} \ No newline at end of file -- cgit v1.3