Skip to content

Commit

Permalink
fix(tests): removed undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Nov 28, 2014
1 parent d0ce489 commit 1ef624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib_dalek_actions_screenshots_TEST.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var expect = require('chai').expect;
var EventEmitter2 = require('eventemitter2').EventEmitter2;
var Actions = require('../lib/dalek/actions.js')({reporter: reporter});
var Actions = require('../lib/dalek/actions.js')({reporter: null});

describe('dalek-internal-screenshot-action', function() {

Expand Down

0 comments on commit 1ef624d

Please sign in to comment.