File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
packages/tailwindcss-language-server/tests/completions Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -738,26 +738,3 @@ defineTest({
738
738
expect ( completion ?. items . length ) . toBe ( 12289 )
739
739
} ,
740
740
} )
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
- } )
You can’t perform that action at this time.
0 commit comments