refactor: trim test helper exports

This commit is contained in:
Peter Steinberger
2026-05-01 20:44:09 +01:00
parent 6e7b2fd736
commit ef45efb250
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export type MockBaileysSocket = {
user?: { id?: string };
};
export type MockBaileysModule = {
type MockBaileysModule = {
BufferJSON: {
replacer: (key: string, value: unknown) => unknown;
reviver: (key: string, value: unknown) => unknown;