mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 11:10:05 +00:00
chore(*): remove comment
This commit is contained in:
@@ -2,7 +2,6 @@ import { AxiosStatic } from 'axios'
|
|||||||
|
|
||||||
const mockAxios = jest.genMockFromModule('axios') as AxiosStatic
|
const mockAxios = jest.genMockFromModule('axios') as AxiosStatic
|
||||||
|
|
||||||
// this is the key to fix the axios.create() undefined error!
|
|
||||||
mockAxios.create = jest.fn(() => mockAxios)
|
mockAxios.create = jest.fn(() => mockAxios)
|
||||||
|
|
||||||
export default mockAxios
|
export default mockAxios
|
||||||
|
|||||||
Reference in New Issue
Block a user