Skip to content

Commit

Permalink
remove global assert
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 ec857ef commit 652a331
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ overrides:
mocha: yes
globals:
expect: no
assert: no
- files:
- doc/**/*.js
env:
Expand Down
2 changes: 0 additions & 2 deletions test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ var unexpected = require('unexpected');
global.expect = require('./assertions').mixinMochaAssertions(
unexpected.clone()
);

global.assert = require('assert');

0 comments on commit 652a331

Please sign in to comment.