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
Lines changed: 1 addition & 1 deletion
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>"`;
Lines changed: 1 addition & 1 deletion
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>"`;
Lines changed: 1 addition & 1 deletion
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>"`;
Lines changed: 1 addition & 1 deletion
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>"`;
Lines changed: 2 additions & 2 deletions
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>"`;
Lines changed: 1 addition & 1 deletion
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>"`;
Lines changed: 2 additions & 2 deletions
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>"`;
Lines changed: 2 additions & 2 deletions
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
`;
Lines changed: 2 additions & 2 deletions
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>"`;
Lines changed: 2 additions & 2 deletions
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>"`;

0 commit comments

Comments
 (0)