Skip to content

Commit

Permalink
Merge pull request #22 from redux-things/move-to-redux-things
Browse files Browse the repository at this point in the history
Change urls
  • Loading branch information
dmitry-zaets authored Jul 26, 2016
2 parents 888e9b8 + 2f6827d commit 32eb182
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)

## Supported Assertion Frameworks/Libraries:
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)

If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3).

Expand Down
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)

## Supported Assertion Frameworks/Libraries:
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)

If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3).

## What it does:
- [Allows to avoid retesting nested action creators](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#allows-to-avoid-retesting-nested-action-creators);
- [Reduces repetitive code of test methods](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods);
- [Simplifies initial setup](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);
- [Allows to avoid retesting nested action creators](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#allows-to-avoid-retesting-nested-action-creators);
- [Reduces repetitive code of test methods](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods);
- [Simplifies initial setup](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);
2 changes: 1 addition & 1 deletion docs/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"links": {
"home": null,
"about": false,
"issues": "https://github.com/dmitry-zaets/redux-actions-assertions/issues",
"issues": "https://github.com/redux-things/redux-actions-assertions/issues",
"contribute": false,
"sharing": {
"google": false,
Expand Down
10 changes: 5 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)

## Supported Assertion Frameworks/Libraries:
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)

If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3).

Expand Down

0 comments on commit 32eb182

Please sign in to comment.