Skip to content

Commit

Permalink
Fix no-empty-source test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan authored Oct 4, 2018
1 parent d137b78 commit ca5a610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('stylelint-config-styled-components', () => {
})

it('disables no-empty-source', () => {
const css = '\n'
const css = ''
expect.assertions(1)

return stylelint
Expand Down

0 comments on commit ca5a610

Please sign in to comment.