From: Emil Bay Date: Mon, 7 Nov 2016 07:45:38 +0000 (+1030) Subject: Update browser testing instructions X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=445e607f1c022a7c9ef6c1fad392a068756108a2;p=buffer.git Update browser testing instructions --- 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).