https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4e59ec9e45875155334f1823e388edff3e339e08 authored by Cameron McCormack on 03 April 2018, 00:32:49 UTC
fix reftest-wait typo
Tip revision: 4e59ec9
README.md
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.
back to top