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 21030c0 commit 9706229
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 @@ -324,7 +324,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 9706229

Please sign in to comment.