Skip to content

Commit ce49ac6

Browse files
Update packages/tailwindcss-language-server/tests/css/css-server.test.ts
Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
1 parent 1d1ca3d commit ce49ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ defineTest({
225225
// No errors
226226
expect(await doc.diagnostics()).toEqual([])
227227

228-
// Symbols show up for @custom-variant
228+
// Symbols show up for @theme
229229
expect(await doc.symbols()).toMatchObject([
230230
{
231231
kind: SymbolKind.Class,

0 commit comments

Comments
 (0)