feat: implement partial media downloads

This commit is contained in:
Adhiraj Singh
2021-12-02 11:38:24 +05:30
parent cd9c313e47
commit b5ac28d426
4 changed files with 152 additions and 9 deletions

11
jest.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
"roots": [
"<rootDir>/src"
],
"testMatch": [
"**/Tests/test.*.+(ts|tsx|js)",
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
}