File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed
packages/coreui-vue/src/components
form/__tests__/__snapshots__
modal/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` Customize with label - CFormCheck component renders correctly 1` ] = ` "<input class =\\"btn-check is-invalid is-valid\\" id =\\"uniqueid\\" type =\\"checkbox\\"><label class =\\"btn btn-outline-warning btn-lg rounded-circle\\" for =\\"uniqueid\\">some label</label>"`;
3+ exports [` Customize with label - CFormCheck component renders correctly 1` ] = `
4+ "<input class =\\"btn-check is-invalid is-valid\\" id =\\"uniqueid\\" type =\\"checkbox\\">
5+ <label class =\\"btn btn-outline-warning btn-lg rounded-circle\\" for =\\"uniqueid\\">some label</label>"
6+ `;
47
5- exports[`Customize with label in slot - CFormCheck component renders correctly 1`] = `"<input class =\\"btn-check is-invalid is-valid\\" id =\\"uniqueid\\" type =\\"checkbox\\"><label class =\\"btn btn-outline-warning btn-lg rounded-circle\\" for =\\"uniqueid\\">some label</label>"`;
8+ exports[`Customize with label in slot - CFormCheck component renders correctly 1`] = `
9+ " <input class=\\" btn-check is-invalid is-valid\\" id =\\"uniqueid\\" type =\\"checkbox\\">
10+ <label class =\\"btn btn-outline-warning btn-lg rounded-circle\\" for =\\"uniqueid\\">some label</label>"
11+ `;
612
713exports[`Loads and display CFormCheck component renders correctly 1`] = `"<input class =\\"form-check-input\\" type =\\"checkbox\\">"`;
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` Customize CFormSelect component renders correctly 1` ] = ` "<select class =\\"form-select form-select-lg\\" size =\\"200\\">Default slot</select>"`;
3+ exports [` Customize CFormSelect component renders correctly 1` ] = ` "<select class =\\"form-select form-select-lg is-invalid is-valid \\" size =\\"200\\">Default slot</select>"`;
44
55exports[`Loads and display CFormSelect component renders correctly 1`] = `"<select class =\\"form-select\\">Default slot</select>"`;
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ exports[`Customize CModal component renders correctly 1`] = `
77 <div class =\\"modal-content bazinga\\">Default slot</div>
88 </div>
99 </div>
10- </transition-stub>
11- <!---->"
10+ </transition-stub>"
1211`;
1312
1413exports[`Loads and display CModal component renders correctly 1`] = `
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` Customize CSidebar component renders correctly 1` ] = `
4- "<div class =\\"sidebar sidebar-narrow sidebar-overlaid sidebar-fixed sidebar-xl sidebar-narrow-unfoldable\\">Default slot</div>
5- <!---->"
6- `;
3+ exports [` Customize CSidebar component renders correctly 1` ] = ` "<div class =\\"sidebar sidebar-narrow sidebar-overlaid sidebar-fixed sidebar-xl sidebar-narrow-unfoldable\\">Default slot</div>"`;
74
8- exports[`Loads and display CSidebar component renders correctly 1`] = `
9- " <div class=\\" sidebar hide\\">Default slot</div>
10- <!---->"
11- `;
5+ exports[`Loads and display CSidebar component renders correctly 1`] = `"<div class =\\"sidebar hide\\">Default slot</div>"`;
You can’t perform that action at this time.
0 commit comments