diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-23 22:05:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 22:05:41 +1100 |
commit | ab898556a490d78d93e806ea3ee31147117102e3 (patch) | |
tree | 48b724d534f0b8b112f0e5d7ae23fd9c3a54dee4 /cli/tests/lock_check_err_with_bundle.out | |
parent | a3024a6dc5c27317049a39ad8cb3e54368429dbf (diff) |
refactor(cli): move bundle check to new infrastructure (#8071)
Diffstat (limited to 'cli/tests/lock_check_err_with_bundle.out')
-rw-r--r-- | cli/tests/lock_check_err_with_bundle.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/lock_check_err_with_bundle.out b/cli/tests/lock_check_err_with_bundle.out index ce0e029ef..d6eae26b1 100644 --- a/cli/tests/lock_check_err_with_bundle.out +++ b/cli/tests/lock_check_err_with_bundle.out @@ -1,3 +1,4 @@ [WILDCARD] -Subresource integrity check failed --lock=lock_check_err_with_bundle.json -http://127.0.0.1:4545/cli/tests/subdir/subdir2/mod2.ts +The source code is invalid, as it does not match the expected hash in the lock file. + Specifier: http://127.0.0.1:4545/cli/tests/subdir/subdir2/mod2.ts + Lock file: lock_check_err_with_bundle.json |