diff options
| author | muddlebee <anweshknayak@gmail.com> | 2024-07-10 06:43:34 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 21:13:34 -0400 |
| commit | ff5163af05d95409cbb3d1a13f49a43fefd4849a (patch) | |
| tree | 1b441f411224a0f45177beb77ba7822505cc8166 /tests/specs/init/lib/test.out | |
| parent | 9776a13e33bc371a67f0d44925e2bf04dca159f1 (diff) | |
feat(cli): `deno init --lib` (#22499)
Closes #22287
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tests/specs/init/lib/test.out')
| -rw-r--r-- | tests/specs/init/lib/test.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/specs/init/lib/test.out b/tests/specs/init/lib/test.out new file mode 100644 index 000000000..0b225a52b --- /dev/null +++ b/tests/specs/init/lib/test.out @@ -0,0 +1,14 @@ +Download http://127.0.0.1:4250/@std/assert/meta.json +Download http://127.0.0.1:4250/@std/assert/0.220.1_meta.json +[UNORDERED_START] +Download http://127.0.0.1:4250/@std/assert/0.220.1/mod.ts +Download http://127.0.0.1:4250/@std/assert/0.220.1/assert_equals.ts +Download http://127.0.0.1:4250/@std/assert/0.220.1/assert.ts +Download http://127.0.0.1:4250/@std/assert/0.220.1/fail.ts +[UNORDERED_END] +Check file:///[WILDLINE]/mod_test.ts +running 1 test from ./mod_test.ts +addTest ... ok ([WILDLINE]) + +ok | 1 passed | 0 failed ([WILDLINE]) + |
