diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-08 04:08:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-08 04:08:24 +0100 |
| commit | 2c72e8d5f45f12948310c1f0e1e2ed4f1d80fb51 (patch) | |
| tree | 2e49ff4d7712477f8055c1d178158877f3144d34 /cli/tests/testdata/run/lock_only_http_and_https/main.out | |
| parent | ed521850af98c76698316c4aa20676973e1f9afa (diff) | |
fix(lock): only store integrities for http: and https: imports (#16558)
Diffstat (limited to 'cli/tests/testdata/run/lock_only_http_and_https/main.out')
| -rw-r--r-- | cli/tests/testdata/run/lock_only_http_and_https/main.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/lock_only_http_and_https/main.out b/cli/tests/testdata/run/lock_only_http_and_https/main.out new file mode 100644 index 000000000..cc47b50f3 --- /dev/null +++ b/cli/tests/testdata/run/lock_only_http_and_https/main.out @@ -0,0 +1,5 @@ +Download http://127.0.0.1:4545/run/003_relative_import.ts +Download http://127.0.0.1:4545/subdir/print_hello.ts +Hello +[Function: a] +[Function: b] |
