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:
parent
01eda8a053
commit
20d26f3280
@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user