hellojs-xiaotian
Version:
A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)
17 lines (12 loc) • 395 B
Markdown
# Run Tests
With PhantomJS
```bash
# Using Node.js on your dev environment
# cd into the project root and install dev dependencies
npm install -l
# To run the tests, first ensure you have PhantomJS and the PhantomJS runner for Mocha i.e.
npm install -g mocha-phantomjs phantomjs
# Then...
grunt test
```
Or in a browser navigate too [tests/specs/](http://adodson.com/hello.js/tests/specs/)