Skip to content

Commit 5924ff4

Browse files
committed
chore: fix unit test
1 parent 5ecbf02 commit 5924ff4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/tailwindcss-patch/test/api.tailwindcss-patcher.test.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ describe('TailwindcssPatcher', () => {
240240
dir: tempDir,
241241
file: 'cache.json',
242242
},
243-
tailwind: {
244-
packageName: 'tailwindcss-3',
245-
version: 3,
246-
},
247243
})
248244

249245
const classCache = new Map<string, any>([
@@ -278,10 +274,6 @@ describe('TailwindcssPatcher', () => {
278274
file: 'cache.json',
279275
strategy: 'overwrite',
280276
},
281-
tailwind: {
282-
packageName: 'tailwindcss-3',
283-
version: 3,
284-
},
285277
})
286278

287279
vi.spyOn(patcher, 'getContexts').mockReturnValue([
@@ -304,10 +296,6 @@ describe('TailwindcssPatcher', () => {
304296
const patcher = new TailwindcssPatcher({
305297
overwrite: false,
306298
cache: false,
307-
tailwind: {
308-
packageName: 'tailwindcss-3',
309-
version: 3,
310-
},
311299
})
312300

313301
vi.spyOn(patcher, 'getContexts').mockImplementation(() => contexts)

0 commit comments

Comments
 (0)