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 }) {