Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit862378c

Browse files
committed
tests: update snapshots
1 parent3d43e8e commit862378c

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`]=`"<divclass=\\"accordionaccordion-flush\\">Defaultslot</div>"`;
3+
exports[`Loads and display CAccordion component renders correctly 1`]=`"<divclass="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`]=`"<buttontype=\\"button\\"aria-expanded=\\"true\\"class=\\"accordion-buttoncollapsed\\">Defaultslot</button>"`;
3+
exports[`Loads and display CAccordionButton component renders correctly 1`]=`"<buttontype="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`]=`"<divclass=\\"accordion-header\\"><buttontype=\\"button\\"aria-expanded=\\"true\\"class=\\"accordion-buttoncollapsed\\">Defaultslot</button></div>"`;
3+
exports[`Loads and display CAccordionHeader component renders correctly 1`]=`"<divclass="accordion-header"><buttontype="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`]=`"<divclass=\\"accordion-item\\">Defaultslot</div>"`;
3+
exports[`Loads and display CAccordionItem component renders correctly 1`]=`"<divclass="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`]=`"<h2class=\\"alert-heading\\">Defaultslot</h2>"`;
3+
exports[`Customize CAlertHeading component renders correctly 1`]=`"<h2class="alert-heading">Default slot</h2>"`;
44

5-
exports[`LoadsanddisplayCAlertHeadingcomponentrenderscorrectly1`]=`"<h4class=\\"alert-heading\\">Defaultslot</h4>"`;
5+
exports[`Loads and display CAlertHeading component renders correctly 1`]=`"<h4class="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`]=`"<aclass=\\"alert-link\\">Defaultslot</a>"`;
3+
exports[`Loads and display CAlertLink component renders correctly 1`]=`"<aclass="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-
"<divclass=\\"avatarundefined\\">Defaultslot
4+
"<divclass="avatar undefined">Default slot
55
<!---->
66
</div>"
77
`;
88

9-
exports[`LoadsanddisplayCAvatarcomponentrenderscorrectly2`]=`"<divclass=\\"avatarbg-warningavatar-mdtext-lightrounded-bottom\\"><imgsrc=\\"/bazinga\\"class=\\"avatar-img\\"><spanclass=\\"avatar-statusbg-danger\\"></span></div>"`;
9+
exports[`Loads and display CAvatar component renders correctly 2`]=`"<divclass="avatar bg-warning avatar-md text-light rounded-bottom"><imgsrc="/bazinga"class="avatar-img"><spanclass="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-
"<navaria-label=\\"breadcrumb\\"class=\\"bazinga\\">
5-
<olclass=\\"breadcrumbbazinga\\">Defaultslot</ol>
4+
"<navaria-label="breadcrumb"class="bazinga">
5+
<olclass="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`]=`"<liclass=\\"breadcrumb-itemactive\\"aria-current=\\"page\\"><ahref=\\"/bazinga\\">Defaultslot</a></li>"`;
3+
exports[`Customize CBreadcrumbItem component renders correctly 1`]=`"<liclass="breadcrumb-item active"aria-current="page"><ahref="/bazinga">Default slot</a></li>"`;
44

5-
exports[`LoadsanddisplayCBreadcrumbItemcomponentrenderscorrectly1`]=`"<liclass=\\"breadcrumb-item\\">Defaultslot</li>"`;
5+
exports[`Loads and display CBreadcrumbItem component renders correctly 1`]=`"<liclass="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`]=`"<divclass=\\"btn-group-verticalbtn-group-lg\\">Defaultslot</div>"`;
3+
exports[`Custom CButtonGroup component renders correctly 1`]=`"<divclass="btn-group-vertical btn-group-lg">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCButtonGroupcomponentrenderscorrectly1`]=`"<divclass=\\"btn-group\\">Defaultslot</div>"`;
5+
exports[`Loads and display CButtonGroup component renders correctly 1`]=`"<divclass="btn-group">Default slot</div>"`;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp