Skip to content

Commit e5934fb

Browse files
Update snapshot
1 parent 9a02b40 commit e5934fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/upgrade/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ test(
321321
}
322322
`,
323323
)
324-
await fs.expectFileToContain('src/index.css', css` @import 'tailwindcss' prefix(tw); `)
324+
await fs.expectFileToContain('src/index.css', css`@import 'tailwindcss';`)
325325
await fs.expectFileToContain(
326326
'src/index.html',
327327
// prettier-ignore

0 commit comments

Comments
 (0)