We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e915a93 commit 21839ffCopy full SHA for 21839ff
test/update.ts
@@ -12,6 +12,7 @@ const projectFolder = "test";
12
function createTestInjector(projectDir: string = projectFolder): IInjector {
13
const testInjector: IInjector = new yok.Yok();
14
testInjector.register("logger", stubs.LoggerStub);
15
+ testInjector.register("markingModeService", stubs.MarkingModeServiceStub);
16
testInjector.register("options", Options);
17
testInjector.register("analyticsService", {
18
trackException: async (): Promise<void> => undefined,
0 commit comments