Skip to content

Commit 667539b

Browse files
committed
fix a compilation error
1 parent dfdcc10 commit 667539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/edge-cases.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe("edge cases", () => {
174174
yield [];
175175
};
176176

177-
const results = [];
177+
const results: Array<unknown> = [];
178178
for await (const item of decodeMultiStream(createStream())) {
179179
results.push(item);
180180
}

0 commit comments

Comments
 (0)