Skip to content

Commit 6f34d37

Browse files
authored
chore: additional test suites (#2855)
1 parent 65e12f8 commit 6f34d37

File tree

4 files changed

+530
-58
lines changed

4 files changed

+530
-58
lines changed

src/components/card/fixtures/card.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
ref="img_card">
2929
This is my opinion :)
3030
</b-card>
31+
<!-- With image at bottom -->
32+
<b-card :img-src="img0"
33+
img-bottom
34+
title="Bottom Image"
35+
class="mb-2"
36+
ref="img_card_btm">
37+
This is my opinion :)
38+
</b-card>
3139
<!-- Overlay image -->
3240
<b-card overlay
3341
:img-src="img1"

src/components/form-select/fixtures/form-select.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/components/form-select/fixtures/form-select.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)