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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -228,8 +228,10 @@ Error: this is a demo
228
228
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:
229
229
230
230
* Build the tests using `build.js`
231
-
* Visit `amd-test`, `browser-test`, and `browserify-test` using the HTTP protocol (`python -m SimpleHTTPServer` can be used on OS X)
232
-
* The test `browserify-test` currently isn't working due to a bug with browserify. See pull request #66 for details.
231
+
* Launch the HTTP server (`npm run serve-tests`) and visit
232
+
*http://127.0.0.1:1336/amd-test
233
+
*http://127.0.0.1:1336/browser-test
234
+
*http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details).
233
235
* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/
0 commit comments