Skip to content
Snippets Groups Projects
Commit 6b263192 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Fix button test

parent 8b8aa528
No related branches found
No related tags found
1 merge request!1Implement all components
Pipeline #23554 passed
...@@ -2,10 +2,10 @@ import { FwButton } from '~/components' ...@@ -2,10 +2,10 @@ import { FwButton } from '~/components'
import { mount } from '@vue/test-utils' import { mount } from '@vue/test-utils'
describe('FwButton', () => { describe('FwButton', () => {
it('it should work', () => { it('should display text', () => {
const wrapper = mount(FwButton, { const wrapper = mount(FwButton, {
props: { slots: {
text: 'Button Test' default: 'Button Test'
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment