UNPKG

@stylusapparel/opv3-merchant-api-nodejs

Version:

This is the official NodeJs wrapper for connecting to the StylusOP API V3

5 lines (3 loc) 126 B
const mockAxios = jest.genMockFromModule("axios"); mockAxios.create = jest.fn(() => mockAxios); module.exports = mockAxios;