Skip to content

Commit

Permalink
Upgrade minimum Jest version to ^18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Feb 6, 2017
1 parent f2f5537 commit 0cc5c51
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 428 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"http-proxy-middleware": "0.17.1",
"jest": "^16.0.0",
"jest": "^18.0.0",
"json-loader": "0.5.4",
"object-assign": "4.1.0",
"opn": "4.0.2",
Expand Down Expand Up @@ -142,7 +142,9 @@
"^[./a-zA-Z0-9$_-]+\\.(jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm)$": "<rootDir>/config/jest/FileStub.js",
"^[./a-zA-Z0-9$_\\-\\!]+\\.css": "<rootDir>/config/jest/CSSStub.js"
},
"scriptPreprocessor": "<rootDir>/config/jest/transform.js",
"transform": {
".*": "<rootDir>/config/jest/transform.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
Expand Down
Loading

0 comments on commit 0cc5c51

Please sign in to comment.