diff options
Diffstat (limited to 'cli/tests/testdata/inspector/test.ts')
-rw-r--r-- | cli/tests/testdata/inspector/test.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/inspector/test.ts b/cli/tests/testdata/inspector/test.ts deleted file mode 100644 index 2b33f22e5..000000000 --- a/cli/tests/testdata/inspector/test.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { foo } from "./foo.ts"; -import { bar } from "./bar.js"; - -console.log(foo()); -console.log(bar()); |