Skip to content

Commit 21839ff

Browse files
committed
fix: broken test due to missing dependency
1 parent e915a93 commit 21839ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/update.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const projectFolder = "test";
1212
function createTestInjector(projectDir: string = projectFolder): IInjector {
1313
const testInjector: IInjector = new yok.Yok();
1414
testInjector.register("logger", stubs.LoggerStub);
15+
testInjector.register("markingModeService", stubs.MarkingModeServiceStub);
1516
testInjector.register("options", Options);
1617
testInjector.register("analyticsService", {
1718
trackException: async (): Promise<void> => undefined,

0 commit comments

Comments
 (0)