diff options
Diffstat (limited to 'testing/web-platform/tests/webrtc/tools/README.md')
-rw-r--r-- | testing/web-platform/tests/webrtc/tools/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/webrtc/tools/README.md b/testing/web-platform/tests/webrtc/tools/README.md new file mode 100644 index 0000000000..68bc284fdf --- /dev/null +++ b/testing/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. |