From bc666e42a89f2f6ab104e5f1c1298ec590a99ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 17 Jan 2022 23:23:49 +0100 Subject: fix(ext/console): don't depend on globalThis present (#13387) --- cli/tests/testdata/colors_without_globalThis.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/colors_without_globalThis.js (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/colors_without_globalThis.js b/cli/tests/testdata/colors_without_globalThis.js new file mode 100644 index 000000000..f9d4b68fc --- /dev/null +++ b/cli/tests/testdata/colors_without_globalThis.js @@ -0,0 +1 @@ +console.log(delete globalThis.globalThis); -- cgit v1.2.3