Skip to content

Commit 779e2ea

Browse files
committed
Update test
1 parent 77ae2be commit 779e2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ let tests: PluginTest[] = [
181181
],
182182
[
183183
`{{ attributes.addClass("sm:p-0 " ~ variant ~ " p-0") }}`,
184-
`{{ attributes.addClass('sm:p-0' ~ variant ~ 'p-0') }}`,
184+
`{{ attributes.addClass('sm:p-0 ' ~ variant ~ ' p-0') }}`,
185185
],
186186
[
187187
`{{ attributes

0 commit comments

Comments
 (0)