File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 3
3
* [ Introduction] ( README.md )
4
4
* [ What it does] ( what_it_does.md )
5
5
* [ Installation] ( installation.md )
6
- * API Reference
6
+ * [ API Reference] ( javascript.md )
7
7
* [ javascript] ( javascript.md )
8
8
* [ chai] ( chai.md )
9
9
* [ expect] ( expect.md )
Original file line number Diff line number Diff line change
1
+ {
2
+ "links" : {
3
+ "home" : null ,
4
+ "about" : false ,
5
+ "issues" : " https://github.com/dmitry-zaets/redux-actions-assertions/issues" ,
6
+ "contribute" : false ,
7
+ "sharing" : {
8
+ "google" : false ,
9
+ "facebook" : false ,
10
+ "twitter" : false ,
11
+ "website" : false
12
+ }
13
+ }
14
+ }
Original file line number Diff line number Diff line change 1
- ## [ expect.js] ( https://github.com/Automattic/expect.js )
1
+ # [ expect.js] ( https://github.com/Automattic/expect.js )
2
2
3
- ### Registration
3
+ ## Registration
4
4
5
5
``` js
6
6
// using ES6 modules
You can’t perform that action at this time.
0 commit comments