test(RequestClient): fixed to use actual axios

This commit is contained in:
Saad Jutt
2021-10-01 15:42:04 +05:00
parent e975e7de97
commit 7f590c35da
5 changed files with 29 additions and 14 deletions
+1
View File
@@ -1,6 +1,7 @@
export * from './asyncForEach'
export * from './compareTimestamps'
export * from './convertToCsv'
export * from './createAxiosInstance'
export * from './delay'
export * from './isNode'
export * from './isRelativePath'