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 e27c7b7 commit 3f18f14Copy full SHA for 3f18f14
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