Skip to content

Commit 01ef034

Browse files
committed
wip
1 parent a061611 commit 01ef034

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

packages/tailwindcss-language-server/tests/completions/completions.test.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -738,26 +738,3 @@ defineTest({
738738
expect(completion?.items.length).toBe(12289)
739739
},
740740
})
741-
742-
defineTest({
743-
options: { only: true },
744-
name: 'v4: Partial compound variants show completions',
745-
fs: {
746-
'app.css': css`
747-
@import 'tailwindcss';
748-
`,
749-
},
750-
prepare: async ({ root }) => ({ client: await createClient({ root }) }),
751-
handle: async ({ client }) => {
752-
let document = await client.open({
753-
lang: 'html',
754-
text: '<div class="not-supports-display:">',
755-
})
756-
757-
// <div class="not-supports-display:">
758-
// ^
759-
let completion = await document.completions({ line: 0, character: 33 })
760-
761-
expect(completion?.items.length).toBe(12289)
762-
},
763-
})

0 commit comments

Comments
 (0)