Skip to content

Commit 16c344f

Browse files
authored
Merge pull request #122 from vyorkin-forks/update-tests-readme
Update tests/README.md
2 parents 253e1ad + 6fd7a38 commit 16c344f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to run these tests
22

3-
* Compile the code and tests, by running `node_modules/.bin/gulp`
3+
* Run `npm install` and `bower install` to install the dependencies
44
* Start the harness server, by running `node test-server.js`
5-
* Visit <http://localhost:3838> in your browser
5+
* Run `npm test`
66
* Check the console: the text "affjax: All good!" should appear if and only if
77
all the tests passed.

0 commit comments

Comments
 (0)