Fix test setup

This commit is contained in:
junderw
2022-08-20 09:46:18 +09:00
parent 9843c4398f
commit 3f46589df0
2 changed files with 59 additions and 53 deletions

View File

@@ -1 +1,5 @@
jest.mock('./mempool-config.json', () => ({}), { virtual: true });
jest.mock('./src/logger.ts', () => ({}), { virtual: true });
jest.mock('./src/api/rbf-cache.ts', () => ({}), { virtual: true });
jest.mock('./src/api/mempool.ts', () => ({}), { virtual: true });
jest.mock('./src/api/memory-cache.ts', () => ({}), { virtual: true });