Skip to content

Commit

Permalink
Update packages/@tailwindcss-upgrade/src/codemods/migrate-at-apply.te…
Browse files Browse the repository at this point in the history
…st.ts

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
  • Loading branch information
philipp-spiess and adamwathan authored Oct 3, 2024
1 parent f306e98 commit d2bbddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ it('should move the legacy `!` prefix, to the new `!` postfix notation', async (
`)
})

it('should apply all candidate migration when migrating with a config', async () => {
it('should apply all candidate migrations when migrating with a config', async () => {
async function migrateWithConfig(input: string) {
return postcss()
.use(
Expand Down

0 comments on commit d2bbddd

Please sign in to comment.