Skip to content

Commit

Permalink
disable eslint warning on importing chai package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Safadi authored and swederik committed Apr 30, 2018
1 parent 5e3aecc commit 74f523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internal/displayedArea_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from 'chai';
import { assert } from 'chai'; // eslint-disable-line import/extensions

import enable from '../../src/enable.js';
import displayImage from '../../src/displayImage.js';
Expand Down

0 comments on commit 74f523a

Please sign in to comment.