summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-17 23:23:49 +0100
committerGitHub <noreply@github.com>2022-01-17 23:23:49 +0100
commitbc666e42a89f2f6ab104e5f1c1298ec590a99ce9 (patch)
tree3c2873e350e73b229182fffe1102d7779cac22ac /cli/tests/testdata
parent1ab5dea367800defa264b633705f8b535bb167d9 (diff)
fix(ext/console): don't depend on globalThis present (#13387)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/colors_without_globalThis.js1
1 files changed, 1 insertions, 0 deletions
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);