From 445e607f1c022a7c9ef6c1fad392a068756108a2 Mon Sep 17 00:00:00 2001 From: Emil Bay Date: Mon, 7 Nov 2016 18:15:38 +1030 Subject: [PATCH] Update browser testing instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 175612b..cbd6bd2 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,8 @@ Then, to run tests in Node.js, run: To test locally in a browser, you can run: - npm run test-browser-local + npm run test-browser-es5-local # For ES5 browsers that don't support ES6 + npm run test-browser-es6-local # For ES6 compliant browsers This will print out a URL that you can then open in a browser to run the tests, using [Zuul](https://github.com/defunctzombie/zuul). -- 2.34.1