Skip to content

Commit f821f46

Browse files
Scott TrinhScott Trinh
authored andcommitted
docs: Fix unit test documentation
- `npm test` seems to run a TravisCI-specific version of the karma configuration. - Need to `bower install` to download some dependencies.
1 parent b31c1a8 commit f821f46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,17 @@ Download the required libs :
166166

167167
```
168168
npm install
169+
bower install
169170
```
170171

171172
Then start the tests with :
172173

173174
```
174-
npm test
175+
gulp karma
175176
```
176177

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

179181
##Contributing
180182

0 commit comments

Comments
 (0)