We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e41ea4 commit 0f8781cCopy full SHA for 0f8781c
server/src/server.test.ts
@@ -317,7 +317,7 @@ result
317
const symbols = getDocumentSymbols(document);
318
319
const functionSymbol = symbols.find((s) => s.name === "classify-number");
320
- expect(functionSymbol?.detail).toContain("Function");
+ expect(functionSymbol?.detail).toContain("Pattern matching function");
321
322
const recordSymbol = symbols.find((s) => s.name === "person");
323
expect(recordSymbol?.detail).toContain("Record");
0 commit comments