UNPKG

@stylusapparel/stylusop-api-node-wrapper

Version:

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

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