Skip to content

Commit

Permalink
upgraded to Jest v21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mhipszki committed Oct 7, 2017
1 parent bb52fff commit 61ec690
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 239 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -91,7 +91,6 @@ eslint -f node_modules/eslint-formatter-summary . -- --sort-by rule --desc
## TODOs

- run tests on CI on each supported Node version (v4+)
- upgrade to latest Jest v21.x (Babel transformation not working under v21 for some reason)
- add Npm publish / bump scripts (major, minor, patch)
- integrate Greenkeeper.io
- export results as JSON
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -65,10 +65,11 @@
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^21.2.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"coveralls": "^2.13.1",
"eslint": "^4.3.0",
"jest": "^20.0.4"
"jest": "^21.2.1"
}
}

0 comments on commit 61ec690

Please sign in to comment.