diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1b7fcfe4..17321e179 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ The tests require a local web server and the samples contain some PHP, so a PHP ### Running the Tests -To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, run the full test suite through npm: +To lint the JavaScript, HTML, and CSS, as well as run the full test suite in Headless Chrome: ```bash npm test |