diff options
Diffstat (limited to 'tests/if_main.ts')
| -rw-r--r-- | tests/if_main.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/if_main.ts b/tests/if_main.ts deleted file mode 100644 index b47066b2d..000000000 --- a/tests/if_main.ts +++ /dev/null @@ -1,7 +0,0 @@ -if (window.location.toString() == import.meta.url) { - console.log("main"); -} else { - console.log("import.meta.url", import.meta.url); - console.log("window.location", window.location.toString()); - throw Error("not main"); -} |
