diff options
Diffstat (limited to 'cli/tests/testdata/package_json/deno_json/other.ts')
-rw-r--r-- | cli/tests/testdata/package_json/deno_json/other.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/package_json/deno_json/other.ts b/cli/tests/testdata/package_json/deno_json/other.ts deleted file mode 100644 index 997d84adf..000000000 --- a/cli/tests/testdata/package_json/deno_json/other.ts +++ /dev/null @@ -1,3 +0,0 @@ -console.log(1); - -export const NUMBER_VALUE = 1; |