mirror of https://github.com/buster-so/buster.git
last tweak to tests
This commit is contained in:
parent
925aa46241
commit
3462422637
|
@ -10,6 +10,9 @@ vi.mock('@buster/database/queries', () => ({
|
||||||
getDataSourceByName: vi.fn(),
|
getDataSourceByName: vi.fn(),
|
||||||
upsertDataset: vi.fn(),
|
upsertDataset: vi.fn(),
|
||||||
upsertDoc: vi.fn(),
|
upsertDoc: vi.fn(),
|
||||||
|
deleteLogsWriteBackConfig: vi.fn(),
|
||||||
|
getDataSourceCredentials: vi.fn(),
|
||||||
|
upsertLogsWriteBackConfig: vi.fn(),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
vi.mock('@buster/database/connection', () => ({
|
vi.mock('@buster/database/connection', () => ({
|
||||||
|
|
Loading…
Reference in New Issue