Skip to content

Commit 29890bd

Browse files
committed
Add comment explaining why Bun tests are disabled
1 parent 87a8e20 commit 29890bd

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
@@ -27,7 +27,7 @@ const envs = [
2727
'@types/node@18',
2828
'@types/node@16',
2929
// '@types/node@15', // fails
30-
// '@types/bun@latest', // fails
30+
// '@types/bun@latest', // conflicts with DOM types (TextDecorator, SharedArrayBuffer...)
3131
];
3232
const types = [
3333
'global',

0 commit comments

Comments
 (0)