We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253e1ad commit 6fd7a38Copy full SHA for 6fd7a38
test/README.md
@@ -1,7 +1,7 @@
1
# How to run these tests
2
3
-* Compile the code and tests, by running `node_modules/.bin/gulp`
+* Run `npm install` and `bower install` to install the dependencies
4
* Start the harness server, by running `node test-server.js`
5
-* Visit <http://localhost:3838> in your browser
+* Run `npm test`
6
* Check the console: the text "affjax: All good!" should appear if and only if
7
all the tests passed.
0 commit comments