Skip to content

Commit 1d223cd

Browse files
committed
Docs: Use https urls on the plugin page, fix a dead link
1 parent 9313d44 commit 1d223cd

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

documentation/plugins.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ output styles and themes.
1212

1313
Here's a partial list of plugins for Unexpected:
1414

15-
* [unexpected-check](http://unexpected.js.org/unexpected-check/): Property
15+
* [unexpected-check](https://unexpected.js.org/unexpected-check/): Property
1616
based testing using unexpected.
17-
* [unexpected-color](http://unexpected.js.org/unexpected-color/): Assertions for
17+
* [unexpected-color](https://unexpected.js.org/unexpected-color/): Assertions for
1818
strings representing colors.
1919
* [unexpected-couchdb](https://github.com/alexjeffburke/unexpected-couchdb/):
2020
Run your tests against a mock CouchDB server initialized to a given state.
21-
* [unexpected-date](http://sushantdhiman.com/projects/unexpected-date/): Date/time assertions on Date object.
22-
* [unexpected-dom](http://unexpected.js.org/unexpected-dom/): Assertions for
21+
* [unexpected-date](https://sushantdhiman.com/projects/unexpected-date/): Date/time assertions on Date object.
22+
* [unexpected-dom](https://unexpected.js.org/unexpected-dom/): Assertions for
2323
XML/HTML DOM and HTML/XML strings. Works in the browser and in node.js via
2424
[jsdom](https://github.com/tmpvar/jsdom).
25-
* [unexpected-exif](http://unexpected.js.org/unexpected-exif/): Assertions for
25+
* [unexpected-exif](https://unexpected.js.org/unexpected-exif/): Assertions for
2626
EXIF data of images (node.js only).
2727
* [unexpected-events](https://github.com/alexjeffburke/unexpected-events/):
2828
Assertions for unit testing EventEmitters.
@@ -33,28 +33,28 @@ Here's a partial list of plugins for Unexpected:
3333
* [unexpected-http](https://github.com/unexpectedjs/unexpected-http/): Assertions for
3434
testing local or remote HTTP servers.
3535
Browser-compatible via browserify (experimental).
36-
* [unexpected-image](http://unexpected.js.org/unexpected-image/): Assertions for
36+
* [unexpected-image](https://unexpected.js.org/unexpected-image/): Assertions for
3737
image metadata (node.js only).
38-
* [unexpected-knockout](http://unexpected.js.org/unexpected-knockout/): Add support
39-
for [Knockout.js](http://knockoutjs.com/) observables.
40-
* [unexpected-messy](http://unexpected.js.org/unexpected-messy/): Assertions for
38+
* [unexpected-knockout](https://unexpected.js.org/unexpected-knockout/): Add support
39+
for [Knockout.js](https://knockoutjs.com/) observables.
40+
* [unexpected-messy](https://unexpected.js.org/unexpected-messy/): Assertions for
4141
HTTP messages (requests and responses) and mails (rfc2822). Browser-compatible.
42-
* [unexpected-mitm](http://unexpected.js.org/unexpected-mitm/): Mock out HTTP
42+
* [unexpected-mitm](https://unexpected.js.org/unexpected-mitm/): Mock out HTTP
4343
and make assertions about the HTTP traffic that goes on while executing other
4444
assertions. Based on the [mitm](https://github.com/moll/node-mitm/) module.
4545
Only works with node.js and io.js.
46-
* [unexpected-moment](http://unexpected.js.org/unexpected-moment/):
47-
Assertions for testing [moment.js](http://momentjs.com/) instances.
46+
* [unexpected-moment](https://unexpected.js.org/unexpected-moment/):
47+
Assertions for testing [moment.js](https://momentjs.com/) instances.
4848
* [unexpected-preact](https://bruderstein.github.io/unexpected-preact/): Assertions for preact.js
49-
* [unexpected-react](http://bruderstein.github.io/unexpected-react): Assertions for React.js. Assert using JSX.
50-
* [unexpected-reaction](http://unexpected.js.org/unexpected-reaction/): An Unexpected plugin to make React testing with [unexpected-dom](https://munter.github.io/unexpected-dom/) more convenient.
51-
* [unexpected-resemble](http://unexpected.js.org/unexpected-resemble/): Image resemblance
52-
assertions based on [resemble.js](http://huddle.github.io/Resemble.js/). Works in
49+
* [unexpected-react](https://bruderstein.github.io/unexpected-react): Assertions for React.js. Assert using JSX.
50+
* [unexpected-reaction](https://unexpected.js.org/unexpected-reaction/): An Unexpected plugin to make React testing with [unexpected-dom](https://munter.github.io/unexpected-dom/) more convenient.
51+
* [unexpected-resemble](https://unexpected.js.org/unexpected-resemble/): Image resemblance
52+
assertions based on [resemble.js](https://rsmbl.github.io/Resemble.js/). Works in
5353
both node.js and the browser.
54-
* [unexpected-set](http://unexpected.js.org/unexpected-set/): Add support for [Set](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set) instances.
55-
* [unexpected-sinon](http://unexpected.js.org/unexpected-sinon/): Add support for
56-
[sinon](http://sinonjs.org/) spies.
57-
* [unexpected-stream](http://unexpected.js.org/unexpected-stream/): Assertions for
54+
* [unexpected-set](https://unexpected.js.org/unexpected-set/): Add support for [Set](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set) instances.
55+
* [unexpected-sinon](https://unexpected.js.org/unexpected-sinon/): Add support for
56+
[sinon](https://sinonjs.org/) spies.
57+
* [unexpected-stream](https://unexpected.js.org/unexpected-stream/): Assertions for
5858
node.js streams.
5959
* [unexpected-webdriver](https://github.com/fgnass/unexpected-webdriver): Assertions for Selenium WebDriver.
6060
* [unexpected-generator](https://github.com/gertsonderby/unexpected-generator): Assertions for ES2015 generators and iterators.

0 commit comments

Comments
 (0)