tree: f905406298e45cdd51877a6ce39daa2b760ab251 [path history] [tgz]
  1. codemod-peerconnection-addcleanup
  2. html-codemod.js
  3. package.json
  4. README.md
third_party/blink/web_tests/external/wpt/webrtc/tools/README.md

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.