Skip to content

Commit 0bb3cc0

Browse files
committed
Update README.md
1 parent da36ae4 commit 0bb3cc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This library add assertions for [redux actions](http://redux.js.org/docs/advance
66
It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to mock redux store.
77

88
## Supported Assertion Frameworks/Libraries:
9-
- [expect](https://github.com/mjackson/expect)
10-
- [chai](https://github.com/chaijs/chai)
11-
- [expect.js](https://github.com/Automattic/expect.js) [In Progress]
12-
- [should](https://github.com/shouldjs/should.js) [In Progress]
13-
- [jasmine](https://github.com/jasmine/jasmine) and [jest](https://github.com/facebook/jest) [In Progress]
9+
- [expect](#expect)
10+
- [chai](#chai)
11+
- [expect.js](#expectjs) [In Progress]
12+
- [should](#should) [In Progress]
13+
- [jasmine and jest](#jasmine-and-jest) [In Progress]
1414

15-
If you have not found assertion framework/library that you are using - you still can use [pure assertion function]().
15+
If you have not found assertion framework/library that you are using - you still can use [pure assertion function](#javascript).
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)