Skip to content

Commit 64eb121

Browse files
committed
updated test case
1 parent 25e929c commit 64eb121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/FileUpload.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('FileUpload.vue', () => {
1313
expect(defaultData.file).toBe(null)
1414
})
1515

16-
it('emitter should be a function', () => {
16+
it('emitter has should be a function', () => {
1717
expect(typeof FileUpload.methods.emitter).toBe('function')
1818
})
1919

0 commit comments

Comments
 (0)