1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(*): remove comment

This commit is contained in:
Krishna Acondy
2021-01-19 08:17:42 +00:00
parent bf35dd072a
commit 4196901e01

View File

@@ -2,7 +2,6 @@ import { AxiosStatic } from 'axios'
const mockAxios = jest.genMockFromModule('axios') as AxiosStatic
// this is the key to fix the axios.create() undefined error!
mockAxios.create = jest.fn(() => mockAxios)
export default mockAxios