chore(client): clean up and ci (#35)

* fix(client/web): move browser updater to single file

* fix(client/web): make UploadMgr singleton

* test(client/web): add unit tests for browser

* fix(client/web): updater init should be in StateMgr

* feat(client/browser): add selectAll button

* chore(ci): disable travis although it is awsome
This commit is contained in:
Hexxa 2021-01-30 16:48:21 +08:00 committed by GitHub
parent 46f03e2e84
commit e87a342c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 532 additions and 415 deletions

View file

@ -15,8 +15,8 @@
"build:task:dev": "webpack --config webpack.task.dev.js --watch",
"e2e": "jest -c jest.e2e.config.js",
"e2e:watch": "jest --watch -c jest.e2e.config.js",
"test": "jest test",
"test:watch": "jest test --watch",
"test": "jest test --maxWorkers=2",
"test:watch": "jest test --watch --maxWorkers=2",
"copy": "cp -r ../../static ../../../dockers/nginx/"
},
"author": "hexxa",