mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
on > once
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
e72b51192e
commit
2c6edfb582
@ -31,6 +31,6 @@ export default {
|
|||||||
on: jest.fn(),
|
on: jest.fn(),
|
||||||
},
|
},
|
||||||
powerMonitor: {
|
powerMonitor: {
|
||||||
on: jest.fn(),
|
once: jest.fn(),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user