add basic yjs extension with baked in web rtc support (wip)

This commit is contained in:
Hans Pagel
2020-09-25 23:22:21 +02:00
parent 36f95a700c
commit 4052165498
7 changed files with 221 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
context('/examples/collaboration', () => {
before(() => {
cy.visit('/examples/collaboration')
})
})