Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 43da008

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /