Skip to content

Commit 43da008

Browse files
committed
Add explicit type to createDebugSessionFeatureStub
1 parent 15f65cf commit 43da008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/DebugSession.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("DebugSessionFeature", () => {
3636
}),
3737
sessionManager = Sinon.createStubInstance(SessionManager),
3838
logger = testLogger
39-
}) {
39+
}): DebugSessionFeature {
4040
return new DebugSessionFeature(context, sessionManager, logger);
4141
}
4242

0 commit comments

Comments
 (0)