Skip to content

Commit

Permalink
remove superfluous base
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Jun 17, 2019
1 parent bc82689 commit 62569cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/reporters/base.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var chai = require('chai');
var sinon = require('sinon');
var helpers = require('./helpers');
var reporters = require('../../').reporters;
var Base = reporters.Base;
var AssertionError = assert.AssertionError;
var Base = reporters.Base;
var chaiExpect = chai.expect;
Expand Down

0 comments on commit 62569cc

Please sign in to comment.