Searched refs:customProcessor (Results 1 – 1 of 1) sorted by relevance
7 const customProcessor = jest.fn((...res) => res); constant15 [customProcessor as any]24 expect(customProcessor).toBeCalledWith('a', 'b', 'c', options);