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 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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
+ `;
4
7
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
+ `;
6
12
7
13
exports[`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 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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>"`;
4
4
5
5
exports[`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`] = `
7
7
<div class =\\"modal-content bazinga\\">Default slot</div>
8
8
</div>
9
9
</div>
10
- </transition-stub>
11
- <!---->"
10
+ </transition-stub>"
12
11
`;
13
12
14
13
exports[`Loads and display CModal component renders correctly 1`] = `
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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>"`;
7
4
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