diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-08-12 02:43:01 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-11 18:43:01 -0600 |
commit | 9bd473d8ac9228e483bd26028dbe7ba88e971c08 (patch) | |
tree | b960a2e28a7f1c87f97f1b9c2929282480656d8a /tests/022_info_flag_script.test | |
parent | 54982e948e882fbf413e06319f711d85b232026b (diff) |
feat: print cache location when no arg in deno info (#2752)
Diffstat (limited to 'tests/022_info_flag_script.test')
-rw-r--r-- | tests/022_info_flag_script.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/022_info_flag_script.test b/tests/022_info_flag_script.test new file mode 100644 index 000000000..ba11b9815 --- /dev/null +++ b/tests/022_info_flag_script.test @@ -0,0 +1,4 @@ +# The output assumes 003_relative_import.ts has already been run earlier +# and its output is cached to $DENO_DIR. +args: info http://127.0.0.1:4545/tests/019_media_types.ts +output: tests/022_info_flag_script.out |