Skip to content

Commit

Permalink
remove lodash.create
Browse files Browse the repository at this point in the history
`util.inherits` works fine
  • Loading branch information
boneskull committed Sep 29, 2017
1 parent be69ebe commit 4f5839e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,17 @@ module.exports = function (config) {
});
}
},
reporters: ['spec'],
reporters: ['mocha'],
colors: true,
browsers: ['PhantomJS'],
logLevel: config.LOG_INFO,
client: {
mocha: {
reporter: 'html'
}
},
mochaReporter: {
showDiff: true
}
};

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
"karma-mocha-reporter": "^2.2.4",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"nyc": "^11.2.1",
"os-name": "^2.0.1",
"readable-stream": "2.2.11",
Expand Down

0 comments on commit 4f5839e

Please sign in to comment.