We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f65cf commit 43da008Copy full SHA for 43da008
test/features/DebugSession.test.ts
@@ -36,7 +36,7 @@ describe("DebugSessionFeature", () => {
36
}),
37
sessionManager = Sinon.createStubInstance(SessionManager),
38
logger = testLogger
39
- }) {
+ }): DebugSessionFeature {
40
return new DebugSessionFeature(context, sessionManager, logger);
41
}
42
0 commit comments