diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/webrtc/tools/README.md')
-rw-r--r-- | tests/wpt/web-platform-tests/webrtc/tools/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/webrtc/tools/README.md b/tests/wpt/web-platform-tests/webrtc/tools/README.md new file mode 100644 index 00000000000..68bc284fdfa --- /dev/null +++ b/tests/wpt/web-platform-tests/webrtc/tools/README.md @@ -0,0 +1,14 @@ +WebRTC Tools +============ + +This directory contains a simple Node.js project to aid the development of +WebRTC tests. + +## Lint + +```bash +npm run lint +``` + +Does basic linting of the JavaScript code. Mainly for catching usage of +undefined variables. |