Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Oct 7, 2024
1 parent 9a02b40 commit e5934fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/upgrade/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ test(
}
`,
)
await fs.expectFileToContain('src/index.css', css` @import 'tailwindcss' prefix(tw); `)
await fs.expectFileToContain('src/index.css', css`@import 'tailwindcss';`)
await fs.expectFileToContain(
'src/index.html',
// prettier-ignore
Expand Down

0 comments on commit e5934fb

Please sign in to comment.