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>"`;
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 CButtonToolbar component renders correctly 1`]=`"<divclass=\\"btn-toolbar\\">Defaultslot</div>"`;
3+
exports[`Loads and display CButtonToolbar component renders correctly 1`]=`"<divclass="btn-toolbar">Default slot</div>"`;
Lines changed: 3 additions & 3 deletions
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`]=`"<aclass=\\"btnbtn-warningdisabled\\"disabled=\\"false\\"aria-disabled=\\"true\\"tabindex=\\"-1\\">Defaultslot</a>"`;
3+
exports[`Customize (number two) CButton component renders correctly 1`]=`"<aclass="btn btn-warning disabled"disabled="false"aria-disabled="true"tabindex="-1">Default slot</a>"`;
44

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

7-
exports[`LoadsanddisplayCButtoncomponentrenderscorrectly1`]=`"<buttonclass=\\"btnbtn-undefined\\"type=\\"button\\">Defaultslot</button>"`;
7+
exports[`Loads and display CButton component renders correctly 1`]=`"<buttonclass="btn btn-undefined"type="button">Default slot</button>"`;
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 CCallout component renders correctly 1`]=`"<divclass=\\"calloutcallout-warning\\">Defaultslot</div>"`;
3+
exports[`Customize CCallout component renders correctly 1`]=`"<divclass="callout callout-warning">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCCalloutcomponentrenderscorrectly1`]=`"<divclass=\\"callout\\">Defaultslot</div>"`;
5+
exports[`Loads and display CCallout component renders correctly 1`]=`"<divclass="callout">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 CCard component renders correctly 1`]=`"<divclass=\\"cardbg-warningtext-info\\">Defaultslot</div>"`;
3+
exports[`Customize CCard component renders correctly 1`]=`"<divclass="card bg-warning text-info">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCCardcomponentrenderscorrectly1`]=`"<divclass=\\"card\\">Defaultslot</div>"`;
5+
exports[`Loads and display CCard component renders correctly 1`]=`"<divclass="card">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 CCardBody component renders correctly 1`]=`"<divclass=\\"card-body\\">Defaultslot</div>"`;
3+
exports[`Loads and display CCardBody component renders correctly 1`]=`"<divclass="card-body">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 CCardFooter component renders correctly 1`]=`"<divclass=\\"card-footer\\">Defaultslot</div>"`;
3+
exports[`Loads and display CCardFooter component renders correctly 1`]=`"<divclass="card-footer">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 CCardGroup component renders correctly 1`]=`"<divclass=\\"card-group\\">Defaultslot</div>"`;
3+
exports[`Loads and display CCardGroup component renders correctly 1`]=`"<divclass="card-group">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 CCardHeader component renders correctly 1`]=`"<spanclass=\\"card-header\\">Defaultslot</span>"`;
3+
exports[`Customize CCardHeader component renders correctly 1`]=`"<spanclass="card-header">Default slot</span>"`;
44

5-
exports[`LoadsanddisplayCCardHeadercomponentrenderscorrectly1`]=`"<divclass=\\"card-header\\">Defaultslot</div>"`;
5+
exports[`Loads and display CCardHeader component renders correctly 1`]=`"<divclass="card-header">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 CCardImage component renders correctly 1`]=`"<aclass=\\"card-img-bottom\\">Defaultslot</a>"`;
3+
exports[`Customize CCardImage component renders correctly 1`]=`"<aclass="card-img-bottom">Default slot</a>"`;
44

5-
exports[`LoadsanddisplayCCardImagecomponentrenderscorrectly1`]=`"<imgclass=\\"card-img\\">"`;
5+
exports[`Loads and display CCardImage component renders correctly 1`]=`"<imgclass="card-img">"`;
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 CCardImageOverlay component renders correctly 1`]=`"<divclass=\\"card-img-overlay\\">Defaultslot</div>"`;
3+
exports[`Loads and display CCardImageOverlay component renders correctly 1`]=`"<divclass="card-img-overlay">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 CCardLink component renders correctly 1`]=`"<aclass=\\"card-link\\"href=\\"/bazinga\\">Defaultslot</a>"`;
3+
exports[`Loads and display CCardLink component renders correctly 1`]=`"<aclass="card-link"href="/bazinga">Default slot</a>"`;
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 CCardSubtitle component renders correctly 1`]=`"<h4class=\\"card-subtitle\\">Defaultslot</h4>"`;
3+
exports[`Customize CCardSubtitle component renders correctly 1`]=`"<h4class="card-subtitle">Default slot</h4>"`;
44

5-
exports[`LoadsanddisplayCCardSubtitlecomponentrenderscorrectly1`]=`"<h6class=\\"card-subtitle\\">Defaultslot</h6>"`;
5+
exports[`Loads and display CCardSubtitle component renders correctly 1`]=`"<h6class="card-subtitle">Default slot</h6>"`;
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 CCardText component renders correctly 1`]=`"<h4class=\\"card-text\\">Defaultslot</h4>"`;
3+
exports[`Customize CCardText component renders correctly 1`]=`"<h4class="card-text">Default slot</h4>"`;
44

5-
exports[`LoadsanddisplayCCardTextcomponentrenderscorrectly1`]=`"<pclass=\\"card-text\\">Defaultslot</p>"`;
5+
exports[`Loads and display CCardText component renders correctly 1`]=`"<pclass="card-text">Default slot</p>"`;
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 CCardTitle component renders correctly 1`]=`"<h2class=\\"card-title\\">Defaultslot</h2>"`;
3+
exports[`Customize CCardTitle component renders correctly 1`]=`"<h2class="card-title">Default slot</h2>"`;
44

5-
exports[`LoadsanddisplayCCardTitlecomponentrenderscorrectly1`]=`"<h5class=\\"card-title\\">Defaultslot</h5>"`;
5+
exports[`Loads and display CCardTitle component renders correctly 1`]=`"<h5class="card-title">Default slot</h5>"`;
Lines changed: 5 additions & 5 deletions
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-
"<divclass=\\"carouselslidecarousel-fadecarousel-dark\\">
5-
<divclass=\\"carousel-indicators\\"></div>
6-
<divclass=\\"carousel-inner\\"></div><buttontype=\\"button\\"class=\\"carousel-control-prev\\"data-coreui-target=\\"\\"><spanclass=\\"carousel-control-prev-icon\\"ariahidden=\\"true\\"></span><spanclass=\\"visually-hidden\\">Previous</span></button><buttontype=\\"button\\"class=\\"carousel-control-next\\"data-coreui-target=\\"\\"><spanclass=\\"carousel-control-next-icon\\"ariahidden=\\"true\\"></span><spanclass=\\"visually-hidden\\">Next</span></button>
4+
"<divclass="carousel slide carousel-fade carousel-dark">
5+
<divclass="carousel-indicators"></div>
6+
<divclass="carousel-inner"></div><buttontype="button"class="carousel-control-prev"data-coreui-target=""><spanclass="carousel-control-prev-icon"ariahidden="true"></span><spanclass="visually-hidden">Previous</span></button><buttontype="button"class="carousel-control-next"data-coreui-target=""><spanclass="carousel-control-next-icon"ariahidden="true"></span><spanclass="visually-hidden">Next</span></button>
77
</div>"
88
`;
99

1010
exports[`Loads and display CCarousel component renders correctly 1`]=`
11-
"<div class=\\"carouselslide\\">
11+
"<divclass="carousel slide">
1212
<!---->
13-
<divclass=\\"carousel-inner\\"></div>
13+
<divclass="carousel-inner"></div>
1414
<!---->
1515
</div>"
1616
`;
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 CCarouselCaption component renders correctly 1`]=`"<divclass=\\"carousel-caption\\">Defaultslot</div>"`;
3+
exports[`Loads and display CCarouselCaption component renders correctly 1`]=`"<divclass="carousel-caption">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 CCarouselItem component renders correctly 1`]=`"<divclass=\\"carousel-itemactive\\">Defaultslot</div>"`;
3+
exports[`Customize CCarouselItem component renders correctly 1`]=`"<divclass="carousel-item active">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCCarouselItemcomponentrenderscorrectly1`]=`"<divclass=\\"carousel-item\\">Defaultslot</div>"`;
5+
exports[`Loads and display CCarouselItem component renders correctly 1`]=`"<divclass="carousel-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 CCloseButton component renders correctly 1`]=`"<buttontype=\\"button\\"class=\\"btnbtn-closebtn-close-white\\"aria-label=\\"Close\\"disabled=\\"\\"></button>"`;
3+
exports[`Customize CCloseButton component renders correctly 1`]=`"<buttontype="button"class="btn btn-close btn-close-white"aria-label="Close"disabled=""></button>"`;
44

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

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

Lines changed: 2 additions & 2 deletions
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`]=`"<divclass=\\"nav-itemdropdowndropend\\">Defaultslot</div>"`;
5+
exports[`Customize CDropdown component renders correctly 1`]=`"<divclass="nav-item dropdown dropend">Default slot</div>"`;
66

7-
exports[`LoadsanddisplayCDropdowncomponentrenderscorrectly1`]=`"<divclass=\\"btn-group\\">Defaultslot</div>"`;
7+
exports[`Loads and display CDropdown component renders correctly 1`]=`"<divclass="btn-group">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 CDropdownDivider component renders correctly 1`]=`"<hrclass=\\"dropdown-divider\\">"`;
3+
exports[`Loads and display CDropdownDivider component renders correctly 1`]=`"<hrclass="dropdown-divider">"`;
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 CDropdownHeader component renders correctly 1`]=`"<h2class=\\"dropdown-header\\">Defaultslot</h2>"`;
3+
exports[`Customize CDropdownHeader component renders correctly 1`]=`"<h2class="dropdown-header">Default slot</h2>"`;
44

5-
exports[`LoadsanddisplayCDropdownHeadercomponentrenderscorrectly1`]=`"<h6class=\\"dropdown-header\\">Defaultslot</h6>"`;
5+
exports[`Loads and display CDropdownHeader component renders correctly 1`]=`"<h6class="dropdown-header">Default slot</h6>"`;
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 CDropdownItem component renders correctly 1`]=`"<divclass=\\"activedisableddropdown-item\\"aria-current=\\"page\\"href=\\"/bazinga\\">Defaultslot</div>"`;
3+
exports[`Customize CDropdownItem component renders correctly 1`]=`"<divclass="active disabled dropdown-item"aria-current="page"href="/bazinga">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCDropdownItemcomponentrenderscorrectly1`]=`"<aclass=\\"dropdown-item\\">Defaultslot</a>"`;
5+
exports[`Loads and display CDropdownItem component renders correctly 1`]=`"<aclass="dropdown-item">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[`Customize CDropdownMenu component renders correctly 1`]=`
4-
"<ulclass=\\"dropdown-menudropdown-menu-darkshowdropdown-menu-lg-end\\"data-coreui-popper=\\"static\\">
4+
"<ulclass="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[`LoadsanddisplayCDropdownMenucomponentrenderscorrectly1`]=`"<divclass=\\"dropdown-menudropdown-menu-lg-end\\"data-coreui-popper=\\"static\\">Defaultslot</div>"`;
9+
exports[`Loads and display CDropdownMenu component renders correctly 1`]=`"<divclass="dropdown-menu dropdown-menu-lg-end"data-coreui-popper="static">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 CDropdownToggle component renders correctly 1`]=`"<aactive=\\"true\\"class=\\"nav-linkdropdown-toggle-splitactivedisabledshow\\"disabled=\\"true\\"href=\\"#\\">Defaultslot</a>"`;
3+
exports[`Customize CDropdownToggle component renders correctly 1`]=`"<aactive="true"class="nav-link dropdown-toggle-split active disabled show"disabled="true"href="#">Default slot</a>"`;
44

5-
exports[`LoadsanddisplayCDropdownTogglecomponentrenderscorrectly1`]=`"<buttonclass=\\"btnbtn-outline-warningbtn-lgactivedisabledrounded-pilldropdown-toggledropdown-toggle-splitactivedisabledshow\\"disabled=\\"\\"type=\\"button\\"><spanclass=\\"visually-hidden\\">ToggleDropdown</span></button>"`;
5+
exports[`Loads and display CDropdownToggle component renders correctly 1`]=`"<buttonclass="btn btn-outline-warning btn-lg active disabled rounded-pill dropdown-toggle dropdown-toggle-split active disabled show"disabled=""type="button"><spanclass="visually-hidden">Toggle Dropdown</span></button>"`;
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 CFooter component renders correctly 1`]=`"<divclass=\\"footerfooter-fixed\\">Defaultslot</div>"`;
3+
exports[`Customize CFooter component renders correctly 1`]=`"<divclass="footer footer-fixed">Default slot</div>"`;
44

5-
exports[`LoadsanddisplayCFootercomponentrenderscorrectly1`]=`"<divclass=\\"footer\\">Defaultslot</div>"`;
5+
exports[`Loads and display CFooter component renders correctly 1`]=`"<divclass="footer">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 CForm component renders correctly 1`]=`"<formclass=\\"was-validated\\">Defaultslot</form>"`;
3+
exports[`Customize CForm component renders correctly 1`]=`"<formclass="was-validated">Default slot</form>"`;
44

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp