React-Native-Local-Resource icon indicating copy to clipboard operation
React-Native-Local-Resource copied to clipboard

jest mock

Open pke opened this issue 3 years ago • 0 comments

Is there a way to use this with jest? I think it would need a mockup that just returns whatever is imported via jests require?

jest.mock("react-native-local-resource", () => (source:string) => Promise.resolve(source))

pke avatar Dec 11 '20 21:12 pke