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

Remove redundant code

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-06-02 11:01:30 +03:00
parent 191c0fa960
commit 40392ac195
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -17,8 +17,6 @@ describe("with orphan promise, when called", () => {
beforeEach(() => {
const di = getDiForUnitTesting({ doGeneralOverrides: true });
di.register(withOrphanPromiseInjectable);
loggerStub = { error: jest.fn() } as unknown as Logger;
di.override(loggerInjectable, () => loggerStub);