Skip to content

Commit

Permalink
switched to karma-sinon-chai
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Jun 27, 2022
1 parent f362dd4 commit 49f519a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (config) {

// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'chai-sinon'],
frameworks: ['mocha', 'sinon-chai'],

// list of files / patterns to load in the browser
// not sure why tests are failing when files are loaded in bulk
Expand Down
42 changes: 19 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"http-server": "^14.1.0",
"husky": "^1.1.1",
"karma": "^6.3.18",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-edgium-launcher": "github:matracey/karma-edgium-launcher",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "~1.0.0",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"leaflet": "^1.6.0",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit 49f519a

Please sign in to comment.