Skip to content

Commit

Permalink
update deps per npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed May 21, 2018
1 parent d28b725 commit 2ba8d0c
Show file tree
Hide file tree
Showing 4 changed files with 3,939 additions and 3,933 deletions.
6 changes: 6 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ module.exports = function(config) {
browsers: ['Firefox'],
files: ['mocha_test/*.js'],
frameworks: ['browserify', 'mocha'],
plugins: [
'karma-browserify',
'karma-mocha',
'karma-mocha-reporter',
'karma-firefox-launcher'
],
preprocessors: {
'mocha_test/*.js': ['browserify']
},
Expand Down
2 changes: 1 addition & 1 deletion mocha_test/waterfall.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe("waterfall", function () {
async.waterfall([
function(callback){
setTimeout(callback, 0, null, 'one', 'two');
setTimeout(callback, 10, null, 'one', 'two');
setTimeout(callback, 2, null, 'one', 'two');
},
function(arg1, arg2, callback){
setTimeout(callback, 15, null, arg1, arg2, 'three');
Expand Down
Loading

0 comments on commit 2ba8d0c

Please sign in to comment.