summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compat/globals.ts')
-rw-r--r--cli/tests/testdata/compat/globals.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/compat/globals.ts b/cli/tests/testdata/compat/globals.ts
deleted file mode 100644
index bd80fb3d7..000000000
--- a/cli/tests/testdata/compat/globals.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-console.log(process);
-console.log(Buffer);
-console.log(setImmediate);
-console.log(clearImmediate);