Skip to content

Commit

Permalink
docs(readme): install jasmine-core separately
Browse files Browse the repository at this point in the history
  • Loading branch information
readme42 committed Oct 31, 2014
1 parent a2fce9d commit 0187cee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ You can simple do it by:
npm install karma-jasmine@2_0 --save-dev
```


__Note:__
Since `karma-jasmine 0.3.0` the jasmine library is no longer bundled with `karma-jasmine` and you have to install it on your own. You can simple do it by:
```bash
npm install jasmine-core --save-dev
```
## Configuration
```js
// karma.conf.js
Expand Down

0 comments on commit 0187cee

Please sign in to comment.