diff options
Diffstat (limited to 'cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts')
-rw-r--r-- | cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts b/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts deleted file mode 100644 index 56ad1e095..000000000 --- a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -// this will read a file from the package -import { say } from "npm:cowsay@1.5.0"; -console.log(say({ text: "Hello from Deno!" })); |