diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-19 11:16:53 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-19 11:16:53 -0400 |
| commit | 990d5ec5af9cea56812e952c3155a346876621cb (patch) | |
| tree | 90a0e31f95592c09d9957376227443d7467eb679 /frontend/package.json | |
| parent | 88ef4bd2df970cb6ea89123ffdd7fcb21dbc0f15 (diff) | |
custom assertion
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 6 |
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 |
