Skip to content

Commit

Permalink
fix(tests): Sets jest config and upgrades enzyme deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlester committed Dec 11, 2018
1 parent 87a7b59 commit d562763
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 99 deletions.
2 changes: 1 addition & 1 deletion app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ chainsaw@~0.1.0:
dependencies:
traverse ">=0.3.0 <0.4"

"cids@github:bochaco/js-cid#temp-use-bochaco-multicodec":
cids@bochaco/js-cid#temp-use-bochaco-multicodec:
version "0.5.3"
resolved "https://codeload.github.com/bochaco/js-cid/tar.gz/fdd908ad57edd5359008adffde1ce32e3e970b15"
dependencies:
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
"testURL" : "http://localhost/",
verbose : true,
moduleFileExtensions : ['js', 'jsx', 'json'],
setupFiles : ['raf/polyfill','<rootDir>/tests_setup.js'],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.0",
"electron-window-state": "^4.1.1",
"enzyme": "3.3.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-formatter-pretty": "^1.1.0",
Expand Down Expand Up @@ -286,7 +287,6 @@
"electron-log": "2.2.11",
"electron-mocha": "5.0.0",
"electron-redux": "1.3.1",
"enzyme-adapter-react-16": "1.1.1",
"font-awesome": "^4.7.0",
"fs-extra": "4.0.2",
"get-port": "4.0.0",
Expand Down
Loading

0 comments on commit d562763

Please sign in to comment.