Skip to content

Commit

Permalink
Update packages/@tailwindcss-upgrade/src/utils/extract-static-plugins…
Browse files Browse the repository at this point in the history
….test.ts
  • Loading branch information
philipp-spiess authored Oct 17, 2024
1 parent 3c0528a commit d775256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('findStaticPlugins', () => {
expect(
findStaticPlugins(js`
export default {
plugins: [falserequire('./plugin1')]
plugins: [load('./plugin1')]
}
`),
).toEqual(null)
Expand Down

0 comments on commit d775256

Please sign in to comment.