Fix tests (#51)

* Fix error event test in Sync tests

* Fix race condition

* Debug timeouts

* More tests fixing

* Try running local webrtc-star-signalling server for tests

* Fix sync tests

* Skip Log references tests in the browser tests
This commit is contained in:
Haad
2023-03-27 15:09:26 +03:00
committed by GitHub
parent 4fe1b0c1a1
commit fddcd0d775
13 changed files with 2085 additions and 774 deletions

View File

@@ -30,5 +30,7 @@ jobs:
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
- name: Run webrtc-star-signalling-server in the background
run: npm run webrtc:background
- name: Run browser tests
run: npm run test:browser