Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Oct 14, 2018
1 parent 307d283 commit 1974a8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ examples/scripts/configs.json
jquery.html
docs/fonts/
docs/ajax-loader.gif
package-lock.json
9 changes: 6 additions & 3 deletions examples/__tests__/__snapshots__/CenterMode.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ exports[`CenterMode Tests Activity test 1`] = `
</div>
</div>
</div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button></div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button>
</div>
</div>"
`;
Expand Down Expand Up @@ -242,7 +243,8 @@ exports[`CenterMode Tests Counting test 1`] = `
</div>
</div>
</div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button></div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button>
</div>
</div>"
`;
Expand Down Expand Up @@ -365,6 +367,7 @@ exports[`CenterMode Tests Positioning test 1`] = `
</div>
</div>
</div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button></div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button>
</div>
</div>"
`;
6 changes: 4 additions & 2 deletions examples/__tests__/__snapshots__/FocusOnSelect.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ exports[`FocusOnSelect Tests Activity Test 1`] = `
</div>
</div>
</div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button></div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button>
</div>
</div>"
`;
Expand Down Expand Up @@ -230,6 +231,7 @@ exports[`FocusOnSelect Tests Activity Test 2`] = `
</div>
</div>
</div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button></div>
</div><button type=\\"button\\" data-role=\\"none\\" class=\\"slick-arrow slick-next\\" style=\\"display: block;\\"> Next</button>
</div>
</div>"
`;

0 comments on commit 1974a8e

Please sign in to comment.