Skip to content

Commit 34fc9b0

Browse files
Update packages/@tailwindcss-upgrade/src/utils/extract-static-plugins.test.ts
1 parent 85aa461 commit 34fc9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/utils/extract-static-plugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('findStaticPlugins', () => {
203203
expect(
204204
findStaticPlugins(js`
205205
export default {
206-
plugins: [falserequire('./plugin1')]
206+
plugins: [load('./plugin1')]
207207
}
208208
`),
209209
).toEqual(null)

0 commit comments

Comments
 (0)