diff options
Diffstat (limited to 'cli/tests/testdata/subdir/main.ts')
-rw-r--r-- | cli/tests/testdata/subdir/main.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/subdir/main.ts b/cli/tests/testdata/subdir/main.ts deleted file mode 100644 index 29acf42e0..000000000 --- a/cli/tests/testdata/subdir/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -if (import.meta.main) { - console.log("Hello, world!"); -} |