Skip to content

Commit 448f385

Browse files
committed
Fix lint errors
1 parent 4a51f12 commit 448f385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testRunner/unittests/tsserverProjectSystem.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10798,7 +10798,7 @@ declare class TestLib {
1079810798
{ name: "foo", kind: ScriptElementKind.memberFunctionElement, kindModifiers: "", sortText: "0" },
1079910799
{ name: "prop", kind: ScriptElementKind.memberVariableElement, kindModifiers: "", sortText: "0" }
1080010800
];
10801-
10801+
1080210802
it("can pass through metadata when the command returns array", () => {
1080310803
const host = createHostWithPlugin([aTs, tsconfig]);
1080410804
const session = createSession(host);
@@ -10832,7 +10832,7 @@ declare class TestLib {
1083210832
verifyCommandWithMetadata<protocol.CompletionsRequest>(session, host, {
1083310833
command: protocol.CommandTypes.Completions,
1083410834
arguments: { file: aTs.path, line: 1, offset: aTs.content.indexOf("x") + 1 }
10835-
}, undefined);
10835+
}, /*expectedResponseBody*/ undefined);
1083610836
});
1083710837
});
1083810838
});

0 commit comments

Comments
 (0)