Skip to content

Commit e9a0ba3

Browse files
committed
Fix type-check
1 parent fe37383 commit e9a0ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe("range", () => {
260260
() => {
261261
range(0, 1, 0);
262262
},
263-
undefined,
263+
Error,
264264
"range() arg 3 must not be zero",
265265
);
266266
});

0 commit comments

Comments
 (0)