Fix test
This commit is contained in:
parent
17b0c45a3e
commit
2b46fe2d40
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import {
|
|||
fetchMe, patchMe,
|
||||
} from '../me';
|
||||
|
||||
jest.mock('../../storage/kv_store', () => ({
|
||||
jest.mock('../../storage/kv-store', () => ({
|
||||
__esModule: true,
|
||||
default: {
|
||||
getItemOrError: jest.fn().mockReturnValue(Promise.resolve({})),
|
||||
|
|
Loading…
Reference in a new issue