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 33* [ Introduction] ( README.md )
44* [ What it does] ( what_it_does.md )
55* [ Installation] ( installation.md )
6- * API Reference
6+ * [ API Reference] ( javascript.md )
77 * [ javascript] ( javascript.md )
88 * [ chai] ( chai.md )
99 * [ 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 )
22
3- ### Registration
3+ ## Registration
44
55``` js
66// using ES6 modules
You can’t perform that action at this time.
0 commit comments