From f9ecd983ce1b7984627a8ce20deba92101ae35ad Mon Sep 17 00:00:00 2001 From: Kristofer Krause Date: Thu, 13 Apr 2017 16:18:10 -0400 Subject: [PATCH] Update README.md To run javascript unit tests locally the command has changed to: `npm run test:javascript:phantomjs` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-- 2.47.2