Updating unit test

This commit is contained in:
softsimon
2022-08-23 21:15:26 +04:00
parent b31642e554
commit 0e0ac363cf
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ describe('Mempool Backend Config', () => {
const config = jest.requireActual('../config').default;
expect(config.MEMPOOL).toStrictEqual({
ENABLED: true,
NETWORK: 'mainnet',
BACKEND: 'none',
BLOCKS_SUMMARIES_INDEXING: false,