chore(tests): lint

This commit is contained in:
Rajeh Taher
2026-01-20 12:47:05 +02:00
parent a1d69f72c9
commit b6b708ddfe
@@ -1,9 +1,7 @@
import { jest } from '@jest/globals'
import type { BaileysEventMap, Contact } from '../../Types'
import type { ILogger } from '../../Utils/logger'
import { processContactAction } from '../../Utils/sync-action-utils'
type LidMapping = BaileysEventMap['lid-mapping.update']
describe('processContactAction', () => {
const mockLogger: ILogger = {