diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2019-11-03 10:39:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-03 10:39:27 -0500 |
| commit | 86b3ac5108e2893091475a0318fcba6c14e19140 (patch) | |
| tree | 11c977dcad8271cc047e5707130b0811507370c4 /cli/tests/lock_check_err.json | |
| parent | 65e91796720ea68d69ac7f925a8f239aee8fb19e (diff) | |
feat: lockfiles (#3231)
Use --lock-write=lock.json or --lock-check=lock.json on the command
line.
Diffstat (limited to 'cli/tests/lock_check_err.json')
| -rw-r--r-- | cli/tests/lock_check_err.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/lock_check_err.json b/cli/tests/lock_check_err.json new file mode 100644 index 000000000..43fc53227 --- /dev/null +++ b/cli/tests/lock_check_err.json @@ -0,0 +1,4 @@ +{ + "http://127.0.0.1:4545/cli/tests/subdir/print_hello.ts": "5c93c66125878389f47f4abcac003f4be1276c5223612c26302460d71841e287", + "http://127.0.0.1:4545/cli/tests/003_relative_import.ts": "bad" +} |
