Skip to content

Commit

Permalink
Updated jasmine-core to 3.2.1, karma-jasmine to 1.1.2, sinon, 5.0.1 a…
Browse files Browse the repository at this point in the history
…nd sinon-chai 3.2.0.
  • Loading branch information
Jeff Pihach committed Oct 3, 2018
1 parent a72ba15 commit 28a7534
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 64 deletions.
8 changes: 7 additions & 1 deletion karma.conf.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ module.exports = function(config) {

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false
singleRun: false,

client: {
jasmine: {
random: false
}
}
});
};
160 changes: 101 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28a7534

Please sign in to comment.