You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,8 @@ Error: this is a demo
219
219
This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests:
220
220
221
221
* Build the tests using `build.js`
222
-
* Visit `amd-test`, `browser-test`, and `browserify-test` using the HTTP protocol (`python -m SimpleHTTPServer`can be used on OS X)
223
-
* The test `browserify-test` currently isn't working due to a bug with browserify. See pull request #66 for details.
222
+
* Visit `amd-test`, `browser-test`, and `browserify-test` using the HTTP protocol (try `python -m SimpleHTTPServer`or use [http-server](https://www.npmjs.com/package/http-server))
223
+
* The test `browserify-test` currently isn't working due to a bug with browserify. See pull request [#66](https://github.com/evanw/node-source-map-support/pull/66) for details.
224
224
* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/
0 commit comments