tree: df1d12c3ef16f87959ec9ad823233974bd246500 [path history] [tgz]
  1. codemod-peerconnection-addcleanup
  2. html-codemod.js
  3. package.json
  4. README.md
  5. w3c-import.log
LayoutTests/imported/w3c/web-platform-tests/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.