diff options
Diffstat (limited to 'cli/tests/testdata/check/export_equals_declaration_file/main.ts')
-rw-r--r-- | cli/tests/testdata/check/export_equals_declaration_file/main.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/check/export_equals_declaration_file/main.ts b/cli/tests/testdata/check/export_equals_declaration_file/main.ts deleted file mode 100644 index e20a735d5..000000000 --- a/cli/tests/testdata/check/export_equals_declaration_file/main.ts +++ /dev/null @@ -1,6 +0,0 @@ -// @deno-types="./other.d.ts" -import Test, { type Attributes } from "./other.js"; - -const other: Attributes = {}; -console.log(Test()); -console.log(other); |