summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
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