We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34b96b commit 4736816Copy full SHA for 4736816
1 file changed
tests/unit/result/ArrowResultHandler.test.ts
@@ -66,10 +66,6 @@ const sampleRowSet4: TRowSet = {
66
],
67
};
68
69
-declare global {
70
- var LZ4: typeof import('lz4') | undefined; // Declare LZ4 on globalThis with proper type
71
-}
72
-
73
describe('ArrowResultHandler', () => {
74
it('should return data', async () => {
75
const rowSetProvider = new ResultsProviderStub([sampleRowSet1], undefined);
0 commit comments