Skip to content

Commit 861e1a9

Browse files
committed
Updated message for unit test
1 parent 891cf89 commit 861e1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/button.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { shallowMount } from '@vue/test-utils'
33
import FBtn from '@/components/FBtn/FBtn.vue'
44

55
describe('FBtn.vue', () => {
6-
it('renders props.label when passed', () => {
6+
it('renders label in default slot when passed', () => {
77
const label = 'new message'
88
const wrapper = shallowMount(FBtn, {
99
// propsData: { label }

0 commit comments

Comments
 (0)