Skip to content

Commit 4736816

Browse files
committed
removed unnecessary declaration
1 parent d34b96b commit 4736816

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/result/ArrowResultHandler.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ const sampleRowSet4: TRowSet = {
6666
],
6767
};
6868

69-
declare global {
70-
var LZ4: typeof import('lz4') | undefined; // Declare LZ4 on globalThis with proper type
71-
}
72-
7369
describe('ArrowResultHandler', () => {
7470
it('should return data', async () => {
7571
const rowSetProvider = new ResultsProviderStub([sampleRowSet1], undefined);

0 commit comments

Comments
 (0)