mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add TODO
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
f5f53d758c
commit
3b85c74595
@ -46,6 +46,7 @@ describe("activate custom helm repository in preferences", () => {
|
|||||||
|
|
||||||
rendererDi.override(showSuccessNotificationInjectable, () => showSuccessNotificationMock);
|
rendererDi.override(showSuccessNotificationInjectable, () => showSuccessNotificationMock);
|
||||||
|
|
||||||
|
// TODO: Figure out how to make async validators unit testable
|
||||||
rendererDi.override(isPathInjectable, () => ({ debounce: 0, validate: async () => {} }));
|
rendererDi.override(isPathInjectable, () => ({ debounce: 0, validate: async () => {} }));
|
||||||
|
|
||||||
mainDi.override(
|
mainDi.override(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user