Commit Graph

3 Commits

Author SHA1 Message Date
Kazuki Matsumoto 7ef33dc19f
doc: Remove unused document (#835)
* [skipci] ci: fix condition of auto trigger

* fix

* [skipci] fix

* remove tutorial doc

* fix

* fix
2023-01-12 09:31:09 +09:00
Takashi Kannan 5f175bc9b1
feat: add lint for webapp client (#545)
* add eslint setting on webapp client

* fix lint

* add eslint and fix lint

* fix webbrowserinput sample

* fix lint on windows

* execute lint for webapp client on ci

* use ecmaversion latest
2021-10-06 12:11:17 +09:00
Takashi Kannan 4eb8c6052f
feat: Add unittest for webapp using Jest (#541)
* update dependencies packages

* fix parse command line option

* enable esmodule on jest

* define webapp client test job on yamato

* define signaling handler on server

* setup server test

* add jest-websocket-mock

* fix handler argument

* implement basic test for http/wbsocket signaling handler

* fix lint

* fix tsconfig.json

* change linux vm image for webapp job

* fix jest command for win

* fix upm-ci-webapp.yml

* wait more time for running test server

* make client directory for webapp

* add cross env for client test

* fix httphandler on private mode

* fix review
2021-10-04 14:28:23 +09:00