1
0
Fork 0
firefox/testing/web-platform/tests/webrtc/tools
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
.eslintrc.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
codemod-peerconnection-addcleanup Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
html-codemod.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02: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.