summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-19 11:16:53 -0400
committerWes Bos <wesbos@gmail.com>2018-04-19 11:16:53 -0400
commit990d5ec5af9cea56812e952c3155a346876621cb (patch)
tree90a0e31f95592c09d9957376227443d7467eb679 /frontend/package.json
parent88ef4bd2df970cb6ea89123ffdd7fcb21dbc0f15 (diff)
custom assertion
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json6
1 files changed, 2 insertions, 4 deletions
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": [
- "<rootDir>/jest.setup.js"
- ],
+ "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
"testPathIgnorePatterns": [
"<rootDir>/.next/",
"<rootDir>/node_modules/"
@@ -97,4 +95,4 @@
}
}
}
-}
+} \ No newline at end of file