Skip to content

Commit 2784161

Browse files
committed
test: add failing tests by adding dom.iterable to test lib
1 parent 07a8425 commit 2784161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"lib": ["esnext", "dom"],
4+
"lib": ["esnext", "dom", "dom.iterable"],
55
"module": "esnext",
66
"moduleResolution": "node",
77
"noEmit": true,

0 commit comments

Comments
 (0)