Skip to content

Commit 5083cac

Browse files
committed
enable testing without dom library on ci
1 parent 7a0dedf commit 5083cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/type-definitions/runner.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const TYPES = [
3535
];
3636
const LIBS = [
3737
'dom',
38-
// null, // fails on web types
38+
null,
3939
];
4040
const TARGET_RULES = {
4141
es6: ['**/*es2018*test.ts'],

0 commit comments

Comments
 (0)