Skip to content

Commit 0f96f57

Browse files
bonegarazzeee
authored andcommitted
fix test
1 parent f55bca9 commit 0f96f57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jest.setup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ container.registerSingleton<IElmAnalyseJsonService>(
2929
public getElmAnalyseJson(workspacePath: string): IElmAnalyseJson {
3030
return { checks: { SingleFieldRecord: true } };
3131
}
32+
public isFileExcluded(fileUri: string, workspacePath: string): boolean {
33+
return false;
34+
}
3235
},
3336
);
3437
container.register(ElmMakeDiagnostics, {

0 commit comments

Comments
 (0)