Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed Feb 13, 2016
1 parent ca3ed3b commit c5b3553
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/handlers/jen.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chai from 'chai';
import jen from '../../lib/handlers/jen';
// import jen from '../../lib/handlers/jen';

chai.should();

Expand Down
2 changes: 1 addition & 1 deletion test/utils/copy_file.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chai from 'chai';
import copyFile from '../../lib/utils/copy_file';
// import copyFile from '../../lib/utils/copy_file';

chai.should();

Expand Down
2 changes: 1 addition & 1 deletion test/utils/parse_file.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chai from 'chai';
import parseFile from '../../lib/utils/parse_file';
// import parseFile from '../../lib/utils/parse_file';

chai.should();

Expand Down
2 changes: 1 addition & 1 deletion test/utils/read_file.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chai from 'chai';
import readFile from '../../lib/utils/read_file';
// import readFile from '../../lib/utils/read_file';

chai.should();

Expand Down
2 changes: 1 addition & 1 deletion test/utils/write_file.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chai from 'chai';
import writeFile from '../../lib/utils/write_file';
// import writeFile from '../../lib/utils/write_file';

chai.should();

Expand Down

0 comments on commit c5b3553

Please sign in to comment.