mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
64d6eddfad
commit
6bce1c5c14
@ -86,7 +86,7 @@ describe("renderer/utils/StorageHelper", () => {
|
||||
|
||||
beforeEach(() => {
|
||||
storageAdapter = {
|
||||
getItem: jest.fn((key: string) => {
|
||||
getItem: jest.fn(() => {
|
||||
return {
|
||||
...defaultValue,
|
||||
message: "saved-before",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user