Skip to content

Commit

Permalink
Updates link to karma website.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardreiter committed Nov 10, 2016
1 parent 177f6d9 commit caaa9ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An overview of the tools used by this boilerplate for unit testing:

- [Karma](http://karma-runner.github.io/0.13/index.html): the test runner that launches browsers, runs the tests and reports the results to us.
- [Karma](https://karma-runner.github.io/): the test runner that launches browsers, runs the tests and reports the results to us.
- [karma-webpack](https://github.com/webpack/karma-webpack): the plugin for Karma that bundles our tests using Webpack.
- [Mocha](https://mochajs.org/): the test framework that we write test specs with.
- [Chai](http://chaijs.com/): test assertion library that provides better assertion syntax.
Expand All @@ -22,11 +22,11 @@ And the files:

- `karma.conf.js`

This is the Karma configuration file. See [Karma docs](http://karma-runner.github.io/0.13/index.html) for more details.
This is the Karma configuration file. See [Karma docs](https://karma-runner.github.io/) for more details.

## Running Tests in More Browsers

You can run the tests in multiple real browsers by installing more [karma launchers](http://karma-runner.github.io/0.13/config/browsers.html) and adjusting the `browsers` field in `test/unit/karma.conf.js`.
You can run the tests in multiple real browsers by installing more [karma launchers](https://karma-runner.github.io/1.0/config/browsers.html) and adjusting the `browsers` field in `test/unit/karma.conf.js`.

## Mocking Dependencies

Expand Down

0 comments on commit caaa9ea

Please sign in to comment.