Skip to content

Commit

Permalink
chore: update Jest to version 22 (#45)
Browse files Browse the repository at this point in the history
Closes #39
  • Loading branch information
SimenB authored and thymikee committed Jan 6, 2018
1 parent 69ca21a commit 439c1f1
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 368 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1
install: yarn --ignore-engines
before_script: greenkeeper-lockfile-update
script:
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-prettier": "^2.3.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"prettier": "^1.8.1"
},
Expand Down
Loading

0 comments on commit 439c1f1

Please # to comment.