diff options
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"; |