1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Ignore test implementation from coverage being not interesting

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-21 10:48:25 +02:00
parent 01eda8a053
commit 20d26f3280
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -6,6 +6,7 @@ import { getInjectable } from "@ogre-tools/injectable";
export const sendMessageToChannelStubInjectable = getInjectable({ export const sendMessageToChannelStubInjectable = getInjectable({
id: "send-message-to-channel-stub", id: "send-message-to-channel-stub",
/* c8 ignore next */
instantiate: () => () => {}, instantiate: () => () => {},
injectionToken: sendMessageToChannelInjectionToken, injectionToken: sendMessageToChannelInjectionToken,
}); });