mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Ignore trivial files from coverage
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
42bd808e43
commit
5dcf6ccae8
@ -1,3 +1,4 @@
|
|||||||
|
/* c8 ignore start */
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import {
|
import {
|
||||||
RequestChannel,
|
RequestChannel,
|
||||||
@ -19,3 +20,4 @@ const requestFromChannelInjectable = getInjectable({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export default requestFromChannelInjectable;
|
export default requestFromChannelInjectable;
|
||||||
|
/* c8 ignore stop */
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
/* c8 ignore start */
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { webContents } from "electron";
|
import { webContents } from "electron";
|
||||||
|
|
||||||
@ -8,3 +9,4 @@ const getWebContentsInjectable = getInjectable({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export default getWebContentsInjectable;
|
export default getWebContentsInjectable;
|
||||||
|
/* c8 ignore stop */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user