Skip to content

Commit

Permalink
Merge pull request #22 from styled-components/chinesedfan-patch-1
Browse files Browse the repository at this point in the history
Fix `no-empty-source` test case
  • Loading branch information
chinesedfan authored Oct 7, 2018
2 parents d137b78 + ca5a610 commit 799418c
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 799418c

Please sign in to comment.