trisquel-icecat/icecat/testing/web-platform/tests/webrtc/tools
2025-07-17 09:32:21 -06:00
..
.eslintrc.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
codemod-peerconnection-addcleanup icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
html-codemod.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
package.json icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

WebRTC Tools

This directory contains a simple Node.js project to aid the development of WebRTC tests.

Lint

npm run lint

Does basic linting of the JavaScript code. Mainly for catching usage of undefined variables.