Skip to content

Commit bae6902

Browse files
committed
test: add expect-error
1 parent cc655e7 commit bae6902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ describe('useQuery', () => {
8989
const ttl = ref<TTL>('1m')
9090

9191
const materializeSpy = vi.spyOn(tableQuery, 'materialize')
92+
// @ts-expect-error missing from v0.19+
9293
const updateTTLSpy = vi.spyOn(tableQuery, 'updateTTL')
9394
const queryGetter = vi.fn(() => tableQuery)
9495

0 commit comments

Comments
 (0)