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 0afc6a0 commit a65e167Copy full SHA for a65e167
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