mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
34e5a89f71
The tests are run in a Node.js environment, and this does not include any browser tests. This requires the wrtc package from npm as well as a shim which adds portions of the WebRTC API to the global scope. Some tests introduced here can be combined when differences between the Go API and the WASM bindings are addressed and as missing features are added to the WASM bindings. We can and should add more tests in the future to improve test coverage. This should be considered the minimum number of tests reuqired to ensure basic functionality is working.
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"name": "webrtc",
|
|
"repository": "git@github.com:pions/webrtc.git",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"wrtc": "^0.3.5"
|
|
}
|
|
}
|