1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 15:40:06 +00:00

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

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'