Skip to content

Commit 439c1f1

Browse files
SimenBthymikee
authored andcommitted
chore: update Jest to version 22 (#45)
Closes #39
1 parent 69ca21a commit 439c1f1

File tree

3 files changed

+644
-368
lines changed

3 files changed

+644
-368
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ before_install:
88
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
99
- export PATH="$HOME/.yarn/bin:$PATH"
1010
- yarn global add greenkeeper-lockfile@1
11+
install: yarn --ignore-engines
1112
before_script: greenkeeper-lockfile-update
1213
script:
1314
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-prettier": "^2.7.0",
2828
"eslint-plugin-prettier": "^2.3.1",
2929
"husky": "^0.14.3",
30-
"jest": "^21.2.1",
30+
"jest": "^22.0.4",
3131
"lint-staged": "^6.0.0",
3232
"prettier": "^1.8.1"
3333
},

0 commit comments

Comments
 (0)