refine uploader, components and their tests (#23)

* feat(uploader, auth_pane): refine uploader and add tests

* chore(package.json): remove unused deps

* test(uploader, components): add tests for uploader and components
This commit is contained in:
Hexxa 2020-12-20 12:03:33 +08:00 committed by GitHub
parent cc0b53eea7
commit e40878f7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 526 additions and 127 deletions

View file

@ -77,6 +77,9 @@
"ts",
"tsx",
"js"
],
"setupFilesAfterEnv": [
"./jest.setup.js"
]
},
"autoBump": {}