Skip to content

Commit

Permalink
remove expect.js & karma-expect; add karma-unexpected
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent 01dff70 commit dd7aec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = config => {
const cfg = {
frameworks: [
'browserify',
'expect',
'unexpected',
'mocha'
],
files: [
Expand Down
21 changes: 6 additions & 15 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,15 +484,14 @@
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"expect.js": "^0.3.1",
"jsdoc": "^3.5.5",
"karma": "^1.7.1",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^2.0.0",
"karma-expect": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.4",
"karma-sauce-launcher": "^1.2.0",
"karma-unexpected": "0.0.2",
"markdown-toc": "^1.2.0",
"markdownlint-cli": "^0.6.0",
"nps": "^5.7.1",
Expand Down

0 comments on commit dd7aec7

Please sign in to comment.