refactor: use Fetch API for HttpService (#2349)

This commit is contained in:
Aman Harwara
2023-07-07 19:26:31 +05:30
committed by GitHub
parent bf9449b67d
commit 7f0bb4e127
5 changed files with 336 additions and 165 deletions

View File

@@ -6,4 +6,5 @@ module.exports = {
transform: {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.json' }],
},
};
coverageThreshold: {},
}