Skip to content

Commit

Permalink
fix(dependencies): add jest-matchers for karma tests using webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jholland918 committed Feb 5, 2018
1 parent 82ebc15 commit 83c8bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = function(project) {
'karma-mocha-reporter',
'karma-webpack',
'karma-coverage-istanbul-reporter',
'jest-jasmine2'
'jest-jasmine2',
'jest-matchers'
);

if (project.model.transpiler.id === 'babel') {
Expand Down
3 changes: 2 additions & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"jest": "20.0.4",
"jest-jasmine2": "21.2.1",
"jest-cli": "20.0.4",
"jest-matchers": "^20.0.3",
"json-loader": "0.5.7",
"html-loader": "0.4.5",
"karma": "^0.13.22",
Expand Down Expand Up @@ -103,4 +104,4 @@
"webpack": "3.5.5",
"webpack-dev-server": "2.7.1",
"webpack-hot-middleware": "^2.18.2"
}
}

0 comments on commit 83c8bcf

Please sign in to comment.