Skip to content

Commit 9fec0b1

Browse files
committed
Fix style
1 parent 9334846 commit 9fec0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/processPlugins.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ test("leading '.' is optional when creating utilities via `utility`", () => {
471471
`)
472472
})
473473

474-
test("plugins can choose to make declarations !important", () => {
474+
test('plugins can choose to make declarations !important', () => {
475475
const [, utilities] = processPlugins({
476476
plugins: [
477477
function({ rule, addUtilities, config }) {

0 commit comments

Comments
 (0)