We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32e050 commit 14d0f1eCopy full SHA for 14d0f1e
packages/bootstrap-vue-3/src/components/BCard/card.spec.ts
@@ -28,7 +28,7 @@ describe('card', () => {
28
29
it('has class text-{type} when prop align', async () => {
30
const wrapper = mount(BCard, {
31
- props: {align: 'fill'},
+ props: {align: 'start'},
32
})
33
expect(wrapper.classes()).toContain('text-fill')
34
await wrapper.setProps({align: undefined})
0 commit comments