Skip to content

Commit 587be9a

Browse files
committed
chore: remove unused import
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b6ea3c5 commit 587be9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/components/NcTextArea/NcTextArea.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import { mount } from '@vue/test-utils'
77
import { beforeEach, describe, expect, it, vi } from 'vitest'
88
import NcTextArea from '../../../../src/components/NcTextArea/NcTextArea.vue'
9-
import * as legacy from '../../../../src/utils/legacy.ts'
109

1110
describe('NcTextArea', () => {
1211
beforeEach(() => {
@@ -52,6 +51,7 @@ describe('NcTextArea', () => {
5251
it('should NOT have the label as the placeholder on Nextcloud 32', () => {
5352
const wrapper = mount(NcTextArea, {
5453
props: {
54+
modelValue: '',
5555
label: 'The label',
5656
},
5757
})

0 commit comments

Comments
 (0)