From 3f96e5a29a88afafcef0f17458b2800b2db316ee Mon Sep 17 00:00:00 2001 From: ud2 Date: Fri, 8 Dec 2023 00:04:44 +0800 Subject: fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (#21485) Closes #21484. --- cli/tests/testdata/npm/compare_globals/main.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/testdata/npm/compare_globals/main.out') diff --git a/cli/tests/testdata/npm/compare_globals/main.out b/cli/tests/testdata/npm/compare_globals/main.out index 31fcedda3..0e366fae7 100644 --- a/cli/tests/testdata/npm/compare_globals/main.out +++ b/cli/tests/testdata/npm/compare_globals/main.out @@ -25,3 +25,4 @@ false false bar bar +true -- cgit v1.2.3