Fix tests

This commit is contained in:
junderw
2022-08-20 09:35:47 +09:00
parent a00eb2736b
commit 1bc2c18167
4 changed files with 66 additions and 61 deletions

1
backend/testSetup.ts Normal file
View File

@@ -0,0 +1 @@
jest.mock('./mempool-config.json', () => ({}), { virtual: true });