diff options
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.mjs | 4 |
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); |