Home
last modified time | relevance | path

Searched refs:customProcessor (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/__tests__/
H A DwithExpoSerializers.test.ts7 const customProcessor = jest.fn((...res) => res); constant
15 [customProcessor as any]
24 expect(customProcessor).toBeCalledWith('a', 'b', 'c', options);