From: Kristofer Krause Date: Thu, 13 Apr 2017 20:18:10 +0000 (-0400) Subject: Update README.md X-Git-Tag: v6.4.0-rc1~75^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9954%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update README.md To run javascript unit tests locally the command has changed to: `npm run test:javascript:phantomjs` --- diff --git a/README.md b/README.md index 5f76c9f9a..572dafcae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Foundation has three kinds of tests: JavaScript, Sass, and visual regression. Re These commands will run the various tests: - `npm run test:sass` -- `npm run test:javascript` +- `npm run test:javascript:phantomjs` - `npm run test:visual` Testing Supported By