We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c72c commit cfd70c6Copy full SHA for cfd70c6
tests/setData.spec.ts
@@ -127,12 +127,7 @@ describe('setData', () => {
127
128
// https://github.com/vuejs/test-utils/issues/538
129
it('updates data set via data mounting option using setData', async () => {
130
- const Comp = defineComponent<
131
- {},
132
133
- { field: number | null },
134
- { isFieldNull: any }
135
- >({
+ const Comp = defineComponent({
136
template: `
137
<div>{{ isFieldNull ? 'It is null' : 'It is not null' }}</div>
138
`,
0 commit comments