diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-26 19:01:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 23:01:50 +0000 |
commit | e13230226fe91498b3a5f28a8de6edbe4f164944 (patch) | |
tree | 680687d66cb0725601008bed14fa7c2c8be2054c /tests/integration/jsr_tests.rs | |
parent | ba58628601057c6f996cbad287fcfbe353872368 (diff) |
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/integration/jsr_tests.rs')
-rw-r--r-- | tests/integration/jsr_tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/jsr_tests.rs b/tests/integration/jsr_tests.rs index ef074987e..e72eab1fa 100644 --- a/tests/integration/jsr_tests.rs +++ b/tests/integration/jsr_tests.rs @@ -146,7 +146,6 @@ console.log(version);"#, file_path: lockfile_path.to_path_buf(), content: &lockfile_path.read_to_string(), overwrite: false, - is_deno_future: false, }) .unwrap(); *lockfile @@ -262,7 +261,6 @@ console.log(version);"#, file_path: lockfile_path.to_path_buf(), content: &lockfile_path.read_to_string(), overwrite: false, - is_deno_future: false, }) .unwrap(); let pkg_name = "@denotest/no-module-graph@0.1.1"; |