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.
expect-error
1 parent cc655e7 commit bae6902Copy full SHA for bae6902
src/query.test.ts
@@ -89,6 +89,7 @@ describe('useQuery', () => {
89
const ttl = ref<TTL>('1m')
90
91
const materializeSpy = vi.spyOn(tableQuery, 'materialize')
92
+ // @ts-expect-error missing from v0.19+
93
const updateTTLSpy = vi.spyOn(tableQuery, 'updateTTL')
94
const queryGetter = vi.fn(() => tableQuery)
95
0 commit comments