From 9fec0b11c211a2dc2caebb296c042d1b441e89df Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 5 Mar 2018 09:55:09 -0500 Subject: [PATCH] Fix style --- __tests__/processPlugins.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/processPlugins.test.js b/__tests__/processPlugins.test.js index f09c9a4e7..e053350ec 100644 --- a/__tests__/processPlugins.test.js +++ b/__tests__/processPlugins.test.js @@ -471,7 +471,7 @@ test("leading '.' is optional when creating utilities via `utility`", () => { `) }) -test("plugins can choose to make declarations !important", () => { +test('plugins can choose to make declarations !important', () => { const [, utilities] = processPlugins({ plugins: [ function({ rule, addUtilities, config }) {