diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-01 15:57:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 15:57:02 -0500 |
commit | f6f76a76b2b06c6546bb00117e61f4c743d1eba6 (patch) | |
tree | fecd07fd42f238da398fe9e29478d4b173015382 /cli | |
parent | 690b6ac39eaae2f0cbdd714d5b025d865915fd0c (diff) |
fix(lockfile): emit trailing newline (#17618)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/integration/npm_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs index 36559b706..107bab613 100644 --- a/cli/tests/integration/npm_tests.rs +++ b/cli/tests/integration/npm_tests.rs @@ -1306,7 +1306,8 @@ fn lock_file_lock_write() { } } } -}"#; +} +"#; temp_dir.write("deno.lock", lock_file_content); let deno = util::deno_cmd_with_deno_dir(&deno_dir) |