Skip to content

Commit

Permalink
Additional tests for E2EE (#1283)
Browse files Browse the repository at this point in the history
* Additional tests for E2EE

* Remove console logging

* Add clarification comment about changing iv data type

* Use happy-dom for vitest instead of jsdom
  • Loading branch information
hughns authored Oct 11, 2024
1 parent 9d95c21 commit 9dcc9ae
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 142 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-experts-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-client': patch
---

Use happy-dom for testing instead of jsdom
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"eslint-plugin-ecmascript-compat": "^3.0.0",
"eslint-plugin-import": "2.30.0",
"gh-pages": "6.1.1",
"jsdom": "^24.0.0",
"happy-dom": "^15.7.4",
"prettier": "^3.0.0",
"rollup": "4.24.0",
"rollup-plugin-delete": "^2.0.0",
Expand Down
101 changes: 76 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9dcc9ae

Please sign in to comment.