diff options
| author | Zog | 2018-01-12 09:15:32 +0100 |
|---|---|---|
| committer | Zog | 2018-01-12 09:15:32 +0100 |
| commit | e6c189fd9a5895a751f05ff5a9fc867672bedf8b (patch) | |
| tree | fa65b65a991c5c6a53729c4adbe51c99a8a5bbb7 /package.json | |
| parent | 216821cbc5410a1377dd57b09ee2753aee13e37c (diff) | |
| download | chouette-core-e6c189fd9a5895a751f05ff5a9fc867672bedf8b.tar.bz2 | |
Fix Jest specs on timetablesfix-timetables-specs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 01625839c..80ca22f83 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "grunt-watch-change": "^0.1.1", "jest": "22.0.4", "jest-context": "^2.1.0", + "jest-environment-jsdom-global": "^1.0.2", "jest-set": "^2.0.0", "react-addons-test-utils": "15.6.2", "react-test-renderer": "^16.2.0", @@ -47,6 +48,7 @@ "roots": [ "<rootDir>/spec/javascript" ], + "testEnvironment": "jest-environment-jsdom-global", "setupFiles": [ "<rootDir>/spec/javascript/spec_helper.js", "jest-context/setup", |
