这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The core set of Backbone.js application technologies we cover includes:
We write a test infrastructure built on the following (fantastic) test
libraries.

* **[Mocha](http://visionmedia.github.com/mocha/)**
* **[Mocha](http://mochajs.org/)**
* **[Chai](http://chaijs.com/)**
* **[Sinon.JS](http://sinonjs.org/)**

Expand Down Expand Up @@ -252,12 +252,12 @@ separated by number. We also provide a driver page for (nearly) all of
### Chapter 3: Test Assertions, Specs, and Suites

* **[BDD Interface](./chapters/03/test/test-bdd.html)**: Tests using
[Mocha](http://visionmedia.github.com/mocha/#bdd-interface)
[Mocha](https://mochajs.org/#bdd)
and [Chai](http://chaijs.com/api/bdd/) **BDD** styles.
* [bdd.spec.js](./chapters/03/test/js/spec/bdd.spec.js)

* **[TDD Interface](./chapters/03/test/test-tdd.html)**: Tests using Mocha
**[TDD](http://visionmedia.github.com/mocha/#tdd-interface)** and
**[TDD](https://mochajs.org/#tdd)** and
Chai [`assert`](http://chaijs.com/api/assert/) styles.
* [tdd.js](./chapters/03/test/js/test/tdd.js)

Expand Down Expand Up @@ -538,7 +538,7 @@ Mocha v1.12.0+ and Mocha-PhantomJS v3.1.0+.
For this historically minded, the evolution of this issue is documented in the
following tickets:

* [Mocha #770](https://github.com/visionmedia/mocha/issues/770)
* [Mocha #770](https://github.com/mochajs/mocha/issues/770)
* [Mocha-PhantomJS #58](https://github.com/metaskills/mocha-phantomjs/issues/58)

**[Backbone.js Testing][packt]** shipped with Mocha v1.9.0 and Mocha-PhantomJS
Expand Down Expand Up @@ -567,7 +567,7 @@ as follows:
* [JSON][json_js] is Public Domain software created by Douglas Crockford.

* [Mocha][mocha] is Copyright TJ Holowaychuk and licensed under the
[MIT](https://github.com/visionmedia/mocha/blob/master/LICENSE) license.
[MIT](https://github.com/mochajs/mocha/blob/master/LICENSE) license.

* [Chai][chai] is Copyright Jake Luer and licensed under the
[BSD](https://github.com/cjohansen/Sinon.JS/blob/master/LICENSE) license.
Expand Down Expand Up @@ -605,7 +605,7 @@ as follows:
[jquery]: https://github.com/jquery/jquery
[json_js]: https://github.com/douglascrockford/JSON-js
[grunt]: http://gruntjs.com/
[mocha]: https://github.com/visionmedia/mocha
[mocha]: http://mochajs.org/
[mocha-phantom]: https://github.com/metaskills/mocha-phantomjs
[phantom]: http://phantomjs.org/
[karma]: http://karma-runner.github.io/
Expand Down