Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Dec 5, 2017
1 parent 427be4c commit 9bcb8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dekko/lib.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $('lib/*')
$('lib/*/style')
.hasFile('css.js')
.hasFile('index.js')
.hasFile('v2-compatible-reset.less.css');
.hasFile('v2-compatible-reset.css');

// eslint-disable-next-line
console.log('`lib` directory is valid.');
Expand Down

0 comments on commit 9bcb8b8

Please sign in to comment.