Update backend/testSetup.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
mononaut 2025-12-28 20:40:50 +00:00 committed by GitHub
parent 402012fbe0
commit 3a6bbdd142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ jest.mock('./src/logger.ts', () => ({
notice: jest.fn(), notice: jest.fn(),
info: jest.fn(), info: jest.fn(),
debug: jest.fn(), debug: jest.fn(),
updateNetwork: jest.fn(),
tags: { tags: {
mining: 'mining', mining: 'mining',
ln: 'ln', ln: 'ln',