From ca5a61062922702f3ab106e37f42718f116ddc89 Mon Sep 17 00:00:00 2001 From: Xianming Zhong Date: Thu, 4 Oct 2018 18:58:17 +0800 Subject: [PATCH] Fix `no-empty-source` test case --- index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.test.js b/index.test.js index 7ea6f79..7d112c3 100644 --- a/index.test.js +++ b/index.test.js @@ -38,7 +38,7 @@ describe('stylelint-config-styled-components', () => { }) it('disables no-empty-source', () => { - const css = '\n' + const css = '' expect.assertions(1) return stylelint