mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: failing test
This commit is contained in:
parent
dff86fcfff
commit
5028bb6c60
@ -48,13 +48,9 @@ jest.mock('./db', () => ({
|
|||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
jest.mock(
|
jest.mock('../migrator', () => ({
|
||||||
'../migrator',
|
migrateDb: () => Promise.resolve(),
|
||||||
() =>
|
}));
|
||||||
function () {
|
|
||||||
return Promise.resolve();
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
jest.mock(
|
jest.mock(
|
||||||
'./util/version',
|
'./util/version',
|
||||||
|
Loading…
Reference in New Issue
Block a user