This commit is contained in:
meganrogge
2024-02-12 13:59:25 -06:00
parent d06c669a8d
commit d7d2bbbc2e
@@ -161,8 +161,8 @@ async function withAsyncTestCodeEditorAndInlineCompletionsModel(
[ILabelService, new class extends mock<ILabelService>() { }],
[IWorkspaceContextService, new class extends mock<IWorkspaceContextService>() { }],
[IAccessibilitySignalService, {
playAudioCue: async () => { },
isEnabled(cue: unknown) { return false; },
playSignal: async () => { },
isSoundEnabled(signal: unknown) { return false; },
} as any]
);