diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-02-01 22:28:31 -0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 01:28:31 -0500 |
| commit | 3650bae5f6565cb6de2706512df145c86e8525cd (patch) | |
| tree | 2bc066e39dc60fdb6ce7fd615c7f9d92deb45f54 /tests/022_info_flag.test | |
| parent | 16ed1f2545b34851ebdb9095251236fb51e39f5d (diff) | |
Add --info flag to display file info (compiled code/source map) (#1647)
Diffstat (limited to 'tests/022_info_flag.test')
| -rw-r--r-- | tests/022_info_flag.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/022_info_flag.test b/tests/022_info_flag.test new file mode 100644 index 000000000..e2132a85f --- /dev/null +++ b/tests/022_info_flag.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/003_relative_import.ts +output: tests/022_info_flag.out |
