tdreyno/pretty-please

View on GitHub
src/__mocks__/axios.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  get: jest.fn(() => Promise.resolve({ data: {} })),
}