Skip to content

Commit

Permalink
lint test/setup.js
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 77203bf commit 01dff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const unexpected = require('unexpected');
var unexpected = require('unexpected');
global.expect = require('./assertions').mixinMochaAssertions(
unexpected.clone()
);
Expand Down

0 comments on commit 01dff70

Please sign in to comment.