Skip to content

Commit 789b51a

Browse files
ci: apply automated fixes
1 parent 9552eb6 commit 789b51a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vue-db/tests/useLiveQuery.test-d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ describe(`useLiveQuery type assertions`, () => {
132132
)
133133

134134
// Regular queries should return an array
135-
expectTypeOf(data.value).toEqualTypeOf<Array<{ id: string; name: string }>>()
135+
expectTypeOf(data.value).toEqualTypeOf<
136+
Array<{ id: string; name: string }>
137+
>()
136138
})
137139
})

0 commit comments

Comments
 (0)