Skip to content

Commit

Permalink
docs: Fix unit test documentation
Browse files Browse the repository at this point in the history
- `npm test` seems to run a TravisCI-specific version of the karma
configuration.
- Need to `bower install` to download some dependencies.
  • Loading branch information
Scott Trinh authored and Scott Trinh committed Jun 3, 2016
1 parent b31c1a8 commit f821f46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,17 @@ Download the required libs :

```
npm install
bower install
```

Then start the tests with :

```
npm test
gulp karma
```

It will launch Chrome and Firefox, edit karma.conf.js if you want to change something. We could use more tests, see "contributing" below.
It will launch Chrome and Firefox, edit the `karma` task in `gulpfile.js` if you want to change
something. We could use more tests, see "contributing" below.

##Contributing

Expand Down

0 comments on commit f821f46

Please sign in to comment.