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 953496d commit 120177aCopy full SHA for 120177a
server/src/server.test.ts
@@ -326,7 +326,7 @@ result
326
327
describe("References and Rename", () => {
328
it("should find references to identifiers", () => {
329
- const position = { line: 4, character: 15 }; // Over "x" in declaration
+ const position = { line: 3, character: 2 }; // Over "x" in declaration
330
const references = findReferences(document, position);
331
332
expect(references.length).toBeGreaterThan(1); // Should find definition and usage
0 commit comments