We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dc66e commit b4b4232Copy full SHA for b4b4232
test/services/debug-service.ts
@@ -86,6 +86,8 @@ describe("debugService", () => {
86
87
testInjector.register("hostInfo", testData.hostInfo);
88
89
+ testInjector.register("logger", stubs.LoggerStub);
90
+
91
return testInjector;
92
};
93
0 commit comments