servo/tests/wpt/web-platform-tests/webrtc/tools
2022-01-17 16:30:29 +09:00
..
.eslintrc.js Update web-platform-tests to revision 823cca0c2c6b421912973e7f699a357411738c64 2020-05-16 10:41:56 +00:00
codemod-peerconnection-addcleanup Update web-platform-tests to revision 7a6f5673ff5d146ca5c09c6a1b42b7706cfee328 2018-06-28 22:43:00 -04:00
html-codemod.js Update web-platform-tests to revision 7a6f5673ff5d146ca5c09c6a1b42b7706cfee328 2018-06-28 22:43:00 -04:00
package.json Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440' 2022-01-17 16:30:29 +09:00
README.md Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317 2018-01-09 12:52:27 -05: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.