remove old code

This commit is contained in:
einhornimmond 2023-06-18 17:49:27 +02:00
parent 778664b7de
commit 797f8bf74e

View File

@ -1,11 +1,6 @@
import { IotaClientSingleton } from '@/apis/IotaConnector'
import { CONFIG } from '@/config'
import { backendLogger as logger } from '@/server/logger'
/*
jest.mock('@/config', () => ({
CONFIG: { IOTA: true, IOTA_API_URL:'invalidUrl' },
}))
*/
describe('apis/IotaConnector/disabled', () => {
beforeEach(() => {