diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-14 13:22:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 13:22:43 -0400 |
commit | 8754a01d43782654c3d32945f6d58f7a40c01b69 (patch) | |
tree | 0a9efcd2e195a6194134b98373ddccdac9c8e991 /tests/specs | |
parent | e0cfc9da39e1d05e6a95c89c41cff8ae34fcbd66 (diff) |
fix(init): use bare specifier for `jsr:@std/assert` (#24581)
Closes #24580
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/init/lib/test.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/specs/init/lib/test.out b/tests/specs/init/lib/test.out index 0b225a52b..b4f9823a9 100644 --- a/tests/specs/init/lib/test.out +++ b/tests/specs/init/lib/test.out @@ -1,10 +1,10 @@ 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 +Download http://127.0.0.1:4250/@std/assert/1.0.0_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 +Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/assert.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/fail.ts [UNORDERED_END] Check file:///[WILDLINE]/mod_test.ts running 1 test from ./mod_test.ts |