Skip to content

Commit 24f59ac

Browse files
committed
test: support presence of Temporal global
1 parent b3e81f0 commit 24f59ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/common/globals.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ if (global.gc) {
7474
intrinsics.add('gc');
7575
}
7676

77+
if (global.Temporal) {
78+
intrinsics.add('Temporal');
79+
}
80+
7781
// v8 exposes console in the global scope.
7882
intrinsics.add('console');
7983

0 commit comments

Comments
 (0)