summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs')
-rw-r--r--cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs b/cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs
deleted file mode 100644
index 918d8c6a8..000000000
--- a/cli/tests/testdata/compat/test_runner/top_level_fail_esm.mjs
+++ /dev/null
@@ -1,4 +0,0 @@
-import assert, { strictEqual } from "assert";
-
-assert(!import.meta.main, "The module was loaded as a main module");
-strictEqual(10, 20);