Skip to content

Commit cb28190

Browse files
committed
Update CSS language mode tests
1 parent 3c85074 commit cb28190

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

packages/tailwindcss-language-server/tests/css/css-server.test.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -618,17 +618,6 @@ defineTest({
618618

619619
// Symbols show up for @custom-variant
620620
expect(await doc.symbols()).toMatchObject([
621-
{
622-
kind: SymbolKind.Module,
623-
name: '@layer base',
624-
location: {
625-
uri: '{workspace:default}/file-1.css',
626-
range: {
627-
start: { line: 0, character: 0 },
628-
end: { line: 4, character: 1 },
629-
},
630-
},
631-
},
632621
{
633622
kind: SymbolKind.Class,
634623
name: '.foo',
@@ -640,17 +629,6 @@ defineTest({
640629
},
641630
},
642631
},
643-
{
644-
kind: SymbolKind.Module,
645-
name: '@layer utilities',
646-
location: {
647-
uri: '{workspace:default}/file-1.css',
648-
range: {
649-
start: { line: 5, character: 0 },
650-
end: { line: 9, character: 1 },
651-
},
652-
},
653-
},
654632
{
655633
kind: SymbolKind.Class,
656634
name: '.bar',

0 commit comments

Comments
 (0)