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

Fix button test

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