diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-20 10:11:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 14:11:43 +0000 |
| commit | f1c58ec041a05276d9f33562a5843c0bb7fb95b3 (patch) | |
| tree | dc4bca4eab617e75474e19a7491ed88d5ee64fef /tests/specs/run/patch/not_matching_version.out | |
| parent | 19bcb40059f6ba730b6d05d8edf005c6b40f6ff8 (diff) | |
feat(unstable): ability to use a local copy of jsr packages (#25068)
Diffstat (limited to 'tests/specs/run/patch/not_matching_version.out')
| -rw-r--r-- | tests/specs/run/patch/not_matching_version.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/run/patch/not_matching_version.out b/tests/specs/run/patch/not_matching_version.out new file mode 100644 index 000000000..7a9ee6f39 --- /dev/null +++ b/tests/specs/run/patch/not_matching_version.out @@ -0,0 +1,11 @@ +Warning Patch '@denotest/add@2.0.0' was not used because it did not match '@denotest/add@1' + at file:///[WILDLINE]/my-pkg/mod.ts:1:21 +Download http://127.0.0.1:4250/@denotest/add/meta.json +Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json +Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts +Check file:///[WILDLINE]/mod.test.ts +running 1 test from ./mod.test.ts +add ... ok ([WILDLINE]) + +ok | 1 passed | 0 failed ([WILDLINE]) + |
