Skip to content

Commit 862378c

Browse files
committed
tests: update snapshots
1 parent 3d43e8e commit 862378c

File tree

108 files changed

+241
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+241
-229
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CAccordion component renders correctly 1`] = `"<div class=\\"accordion accordion-flush\\">Default slot</div>"`;
3+
exports[`Loads and display CAccordion component renders correctly 1`] = `"<div class="accordion accordion-flush">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CAccordionButton component renders correctly 1`] = `"<button type=\\"button\\" aria-expanded=\\"true\\" class=\\"accordion-button collapsed\\">Default slot</button>"`;
3+
exports[`Loads and display CAccordionButton component renders correctly 1`] = `"<button type="button" aria-expanded="true" class="accordion-button collapsed">Default slot</button>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CAccordionHeader component renders correctly 1`] = `"<div class=\\"accordion-header\\"><button type=\\"button\\" aria-expanded=\\"true\\" class=\\"accordion-button collapsed\\">Default slot</button></div>"`;
3+
exports[`Loads and display CAccordionHeader component renders correctly 1`] = `"<div class="accordion-header"><button type="button" aria-expanded="true" class="accordion-button collapsed">Default slot</button></div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CAccordionItem component renders correctly 1`] = `"<div class=\\"accordion-item\\">Default slot</div>"`;
3+
exports[`Loads and display CAccordionItem component renders correctly 1`] = `"<div class="accordion-item">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CAlertHeading component renders correctly 1`] = `"<h2 class=\\"alert-heading\\">Default slot</h2>"`;
3+
exports[`Customize CAlertHeading component renders correctly 1`] = `"<h2 class="alert-heading">Default slot</h2>"`;
44

5-
exports[`Loads and display CAlertHeading component renders correctly 1`] = `"<h4 class=\\"alert-heading\\">Default slot</h4>"`;
5+
exports[`Loads and display CAlertHeading component renders correctly 1`] = `"<h4 class="alert-heading">Default slot</h4>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CAlertLink component renders correctly 1`] = `"<a class=\\"alert-link\\">Default slot</a>"`;
3+
exports[`Loads and display CAlertLink component renders correctly 1`] = `"<a class="alert-link">Default slot</a>"`;
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Loads and display CAvatar component renders correctly 1`] = `
4-
"<div class=\\"avatar undefined\\">Default slot
4+
"<div class="avatar undefined">Default slot
55
<!---->
66
</div>"
77
`;
88

9-
exports[`Loads and display CAvatar component renders correctly 2`] = `"<div class=\\"avatar bg-warning avatar-md text-light rounded-bottom\\"><img src=\\"/bazinga\\" class=\\"avatar-img\\"><span class=\\"avatar-status bg-danger\\"></span></div>"`;
9+
exports[`Loads and display CAvatar component renders correctly 2`] = `"<div class="avatar bg-warning avatar-md text-light rounded-bottom"><img src="/bazinga" class="avatar-img"><span class="avatar-status bg-danger"></span></div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Loads and display CBreadcrumb component renders correctly 1`] = `
4-
"<nav aria-label=\\"breadcrumb\\" class=\\"bazinga\\">
5-
<ol class=\\"breadcrumb bazinga\\">Default slot</ol>
4+
"<nav aria-label="breadcrumb" class="bazinga">
5+
<ol class="breadcrumb bazinga">Default slot</ol>
66
</nav>"
77
`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CBreadcrumbItem component renders correctly 1`] = `"<li class=\\"breadcrumb-item active\\" aria-current=\\"page\\"><a href=\\"/bazinga\\">Default slot</a></li>"`;
3+
exports[`Customize CBreadcrumbItem component renders correctly 1`] = `"<li class="breadcrumb-item active" aria-current="page"><a href="/bazinga">Default slot</a></li>"`;
44

5-
exports[`Loads and display CBreadcrumbItem component renders correctly 1`] = `"<li class=\\"breadcrumb-item\\">Default slot</li>"`;
5+
exports[`Loads and display CBreadcrumbItem component renders correctly 1`] = `"<li class="breadcrumb-item">Default slot</li>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Custom CButtonGroup component renders correctly 1`] = `"<div class=\\"btn-group-vertical btn-group-lg\\">Default slot</div>"`;
3+
exports[`Custom CButtonGroup component renders correctly 1`] = `"<div class="btn-group-vertical btn-group-lg">Default slot</div>"`;
44

5-
exports[`Loads and display CButtonGroup component renders correctly 1`] = `"<div class=\\"btn-group\\">Default slot</div>"`;
5+
exports[`Loads and display CButtonGroup component renders correctly 1`] = `"<div class="btn-group">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CButtonToolbar component renders correctly 1`] = `"<div class=\\"btn-toolbar\\">Default slot</div>"`;
3+
exports[`Loads and display CButtonToolbar component renders correctly 1`] = `"<div class="btn-toolbar">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize (number two) CButton component renders correctly 1`] = `"<a class=\\"btn btn-warning disabled\\" disabled=\\"false\\" aria-disabled=\\"true\\" tabindex=\\"-1\\">Default slot</a>"`;
3+
exports[`Customize (number two) CButton component renders correctly 1`] = `"<a class="btn btn-warning disabled" disabled="false" aria-disabled="true" tabindex="-1">Default slot</a>"`;
44

5-
exports[`Customize CButton component renders correctly 1`] = `"<div class=\\"btn btn-outline-warning btn-lg active disabled rounded-pill\\" disabled=\\"true\\">Default slot</div>"`;
5+
exports[`Customize CButton component renders correctly 1`] = `"<div class="btn btn-outline-warning btn-lg active disabled rounded-pill" disabled="true">Default slot</div>"`;
66

7-
exports[`Loads and display CButton component renders correctly 1`] = `"<button class=\\"btn btn-undefined\\" type=\\"button\\">Default slot</button>"`;
7+
exports[`Loads and display CButton component renders correctly 1`] = `"<button class="btn btn-undefined" type="button">Default slot</button>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCallout component renders correctly 1`] = `"<div class=\\"callout callout-warning\\">Default slot</div>"`;
3+
exports[`Customize CCallout component renders correctly 1`] = `"<div class="callout callout-warning">Default slot</div>"`;
44

5-
exports[`Loads and display CCallout component renders correctly 1`] = `"<div class=\\"callout\\">Default slot</div>"`;
5+
exports[`Loads and display CCallout component renders correctly 1`] = `"<div class="callout">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCard component renders correctly 1`] = `"<div class=\\"card bg-warning text-info\\">Default slot</div>"`;
3+
exports[`Customize CCard component renders correctly 1`] = `"<div class="card bg-warning text-info">Default slot</div>"`;
44

5-
exports[`Loads and display CCard component renders correctly 1`] = `"<div class=\\"card\\">Default slot</div>"`;
5+
exports[`Loads and display CCard component renders correctly 1`] = `"<div class="card">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCardBody component renders correctly 1`] = `"<div class=\\"card-body\\">Default slot</div>"`;
3+
exports[`Loads and display CCardBody component renders correctly 1`] = `"<div class="card-body">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCardFooter component renders correctly 1`] = `"<div class=\\"card-footer\\">Default slot</div>"`;
3+
exports[`Loads and display CCardFooter component renders correctly 1`] = `"<div class="card-footer">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCardGroup component renders correctly 1`] = `"<div class=\\"card-group\\">Default slot</div>"`;
3+
exports[`Loads and display CCardGroup component renders correctly 1`] = `"<div class="card-group">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCardHeader component renders correctly 1`] = `"<span class=\\"card-header\\">Default slot</span>"`;
3+
exports[`Customize CCardHeader component renders correctly 1`] = `"<span class="card-header">Default slot</span>"`;
44

5-
exports[`Loads and display CCardHeader component renders correctly 1`] = `"<div class=\\"card-header\\">Default slot</div>"`;
5+
exports[`Loads and display CCardHeader component renders correctly 1`] = `"<div class="card-header">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCardImage component renders correctly 1`] = `"<a class=\\"card-img-bottom\\">Default slot</a>"`;
3+
exports[`Customize CCardImage component renders correctly 1`] = `"<a class="card-img-bottom">Default slot</a>"`;
44

5-
exports[`Loads and display CCardImage component renders correctly 1`] = `"<img class=\\"card-img\\">"`;
5+
exports[`Loads and display CCardImage component renders correctly 1`] = `"<img class="card-img">"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCardImageOverlay component renders correctly 1`] = `"<div class=\\"card-img-overlay\\">Default slot</div>"`;
3+
exports[`Loads and display CCardImageOverlay component renders correctly 1`] = `"<div class="card-img-overlay">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCardLink component renders correctly 1`] = `"<a class=\\"card-link\\" href=\\"/bazinga\\">Default slot</a>"`;
3+
exports[`Loads and display CCardLink component renders correctly 1`] = `"<a class="card-link" href="/bazinga">Default slot</a>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCardSubtitle component renders correctly 1`] = `"<h4 class=\\"card-subtitle\\">Default slot</h4>"`;
3+
exports[`Customize CCardSubtitle component renders correctly 1`] = `"<h4 class="card-subtitle">Default slot</h4>"`;
44

5-
exports[`Loads and display CCardSubtitle component renders correctly 1`] = `"<h6 class=\\"card-subtitle\\">Default slot</h6>"`;
5+
exports[`Loads and display CCardSubtitle component renders correctly 1`] = `"<h6 class="card-subtitle">Default slot</h6>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCardText component renders correctly 1`] = `"<h4 class=\\"card-text\\">Default slot</h4>"`;
3+
exports[`Customize CCardText component renders correctly 1`] = `"<h4 class="card-text">Default slot</h4>"`;
44

5-
exports[`Loads and display CCardText component renders correctly 1`] = `"<p class=\\"card-text\\">Default slot</p>"`;
5+
exports[`Loads and display CCardText component renders correctly 1`] = `"<p class="card-text">Default slot</p>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCardTitle component renders correctly 1`] = `"<h2 class=\\"card-title\\">Default slot</h2>"`;
3+
exports[`Customize CCardTitle component renders correctly 1`] = `"<h2 class="card-title">Default slot</h2>"`;
44

5-
exports[`Loads and display CCardTitle component renders correctly 1`] = `"<h5 class=\\"card-title\\">Default slot</h5>"`;
5+
exports[`Loads and display CCardTitle component renders correctly 1`] = `"<h5 class="card-title">Default slot</h5>"`;
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Customize CCarousel component renders correctly 1`] = `
4-
"<div class=\\"carousel slide carousel-fade carousel-dark\\">
5-
<div class=\\"carousel-indicators\\"></div>
6-
<div class=\\"carousel-inner\\"></div><button type=\\"button\\" class=\\"carousel-control-prev\\" data-coreui-target=\\"\\"><span class=\\"carousel-control-prev-icon\\" ariahidden=\\"true\\"></span><span class=\\"visually-hidden\\">Previous</span></button><button type=\\"button\\" class=\\"carousel-control-next\\" data-coreui-target=\\"\\"><span class=\\"carousel-control-next-icon\\" ariahidden=\\"true\\"></span><span class=\\"visually-hidden\\">Next</span></button>
4+
"<div class="carousel slide carousel-fade carousel-dark">
5+
<div class="carousel-indicators"></div>
6+
<div class="carousel-inner"></div><button type="button" class="carousel-control-prev" data-coreui-target=""><span class="carousel-control-prev-icon" ariahidden="true"></span><span class="visually-hidden">Previous</span></button><button type="button" class="carousel-control-next" data-coreui-target=""><span class="carousel-control-next-icon" ariahidden="true"></span><span class="visually-hidden">Next</span></button>
77
</div>"
88
`;
99

1010
exports[`Loads and display CCarousel component renders correctly 1`] = `
11-
"<div class=\\"carousel slide\\">
11+
"<div class="carousel slide">
1212
<!---->
13-
<div class=\\"carousel-inner\\"></div>
13+
<div class="carousel-inner"></div>
1414
<!---->
1515
</div>"
1616
`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CCarouselCaption component renders correctly 1`] = `"<div class=\\"carousel-caption\\">Default slot</div>"`;
3+
exports[`Loads and display CCarouselCaption component renders correctly 1`] = `"<div class="carousel-caption">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCarouselItem component renders correctly 1`] = `"<div class=\\"carousel-item active\\">Default slot</div>"`;
3+
exports[`Customize CCarouselItem component renders correctly 1`] = `"<div class="carousel-item active">Default slot</div>"`;
44

5-
exports[`Loads and display CCarouselItem component renders correctly 1`] = `"<div class=\\"carousel-item\\">Default slot</div>"`;
5+
exports[`Loads and display CCarouselItem component renders correctly 1`] = `"<div class="carousel-item">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CCloseButton component renders correctly 1`] = `"<button type=\\"button\\" class=\\"btn btn-close btn-close-white\\" aria-label=\\"Close\\" disabled=\\"\\"></button>"`;
3+
exports[`Customize CCloseButton component renders correctly 1`] = `"<button type="button" class="btn btn-close btn-close-white" aria-label="Close" disabled=""></button>"`;
44

5-
exports[`Loads and display CCloseButton component renders correctly 1`] = `"<button type=\\"button\\" class=\\"btn btn-close\\" aria-label=\\"Close\\"></button>"`;
5+
exports[`Loads and display CCloseButton component renders correctly 1`] = `"<button type="button" class="btn btn-close" aria-label="Close"></button>"`;

packages/coreui-vue/src/components/dropdown/__tests__/__snapshots__/CDropdown.spec.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
exports[`Customize (variant number two) CDropdown component renders correctly 1`] = `"Default slot"`;
44

5-
exports[`Customize CDropdown component renders correctly 1`] = `"<div class=\\"nav-item dropdown dropend\\">Default slot</div>"`;
5+
exports[`Customize CDropdown component renders correctly 1`] = `"<div class="nav-item dropdown dropend">Default slot</div>"`;
66

7-
exports[`Loads and display CDropdown component renders correctly 1`] = `"<div class=\\"btn-group\\">Default slot</div>"`;
7+
exports[`Loads and display CDropdown component renders correctly 1`] = `"<div class="btn-group">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Loads and display CDropdownDivider component renders correctly 1`] = `"<hr class=\\"dropdown-divider\\">"`;
3+
exports[`Loads and display CDropdownDivider component renders correctly 1`] = `"<hr class="dropdown-divider">"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CDropdownHeader component renders correctly 1`] = `"<h2 class=\\"dropdown-header\\">Default slot</h2>"`;
3+
exports[`Customize CDropdownHeader component renders correctly 1`] = `"<h2 class="dropdown-header">Default slot</h2>"`;
44

5-
exports[`Loads and display CDropdownHeader component renders correctly 1`] = `"<h6 class=\\"dropdown-header\\">Default slot</h6>"`;
5+
exports[`Loads and display CDropdownHeader component renders correctly 1`] = `"<h6 class="dropdown-header">Default slot</h6>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CDropdownItem component renders correctly 1`] = `"<div class=\\"active disabled dropdown-item\\" aria-current=\\"page\\" href=\\"/bazinga\\">Default slot</div>"`;
3+
exports[`Customize CDropdownItem component renders correctly 1`] = `"<div class="active disabled dropdown-item" aria-current="page" href="/bazinga">Default slot</div>"`;
44

5-
exports[`Loads and display CDropdownItem component renders correctly 1`] = `"<a class=\\"dropdown-item\\">Default slot</a>"`;
5+
exports[`Loads and display CDropdownItem component renders correctly 1`] = `"<a class="dropdown-item">Default slot</a>"`;
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Customize CDropdownMenu component renders correctly 1`] = `
4-
"<ul class=\\"dropdown-menu dropdown-menu-dark show dropdown-menu-lg-end\\" data-coreui-popper=\\"static\\">
4+
"<ul class="dropdown-menu dropdown-menu-dark show dropdown-menu-lg-end" data-coreui-popper="static">
55
<li>Default slot</li>
66
</ul>"
77
`;
88

9-
exports[`Loads and display CDropdownMenu component renders correctly 1`] = `"<div class=\\"dropdown-menu dropdown-menu-lg-end\\" data-coreui-popper=\\"static\\">Default slot</div>"`;
9+
exports[`Loads and display CDropdownMenu component renders correctly 1`] = `"<div class="dropdown-menu dropdown-menu-lg-end" data-coreui-popper="static">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CDropdownToggle component renders correctly 1`] = `"<a active=\\"true\\" class=\\"nav-link dropdown-toggle-split active disabled show\\" disabled=\\"true\\" href=\\"#\\">Default slot</a>"`;
3+
exports[`Customize CDropdownToggle component renders correctly 1`] = `"<a active="true" class="nav-link dropdown-toggle-split active disabled show" disabled="true" href="#">Default slot</a>"`;
44

5-
exports[`Loads and display CDropdownToggle component renders correctly 1`] = `"<button class=\\"btn btn-outline-warning btn-lg active disabled rounded-pill dropdown-toggle dropdown-toggle-split active disabled show\\" disabled=\\"\\" type=\\"button\\"><span class=\\"visually-hidden\\">Toggle Dropdown</span></button>"`;
5+
exports[`Loads and display CDropdownToggle component renders correctly 1`] = `"<button class="btn btn-outline-warning btn-lg active disabled rounded-pill dropdown-toggle dropdown-toggle-split active disabled show" disabled="" type="button"><span class="visually-hidden">Toggle Dropdown</span></button>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CFooter component renders correctly 1`] = `"<div class=\\"footer footer-fixed\\">Default slot</div>"`;
3+
exports[`Customize CFooter component renders correctly 1`] = `"<div class="footer footer-fixed">Default slot</div>"`;
44

5-
exports[`Loads and display CFooter component renders correctly 1`] = `"<div class=\\"footer\\">Default slot</div>"`;
5+
exports[`Loads and display CFooter component renders correctly 1`] = `"<div class="footer">Default slot</div>"`;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Customize CForm component renders correctly 1`] = `"<form class=\\"was-validated\\">Default slot</form>"`;
3+
exports[`Customize CForm component renders correctly 1`] = `"<form class="was-validated">Default slot</form>"`;
44

5-
exports[`Loads and display CForm component renders correctly 1`] = `"<form class=\\"\\">Default slot</form>"`;
5+
exports[`Loads and display CForm component renders correctly 1`] = `"<form class="">Default slot</form>"`;

0 commit comments

Comments
 (0)