summaryrefslogtreecommitdiff
path: root/tests/integration/check_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-26 19:01:50 -0400
committerGitHub <noreply@github.com>2024-08-26 23:01:50 +0000
commite13230226fe91498b3a5f28a8de6edbe4f164944 (patch)
tree680687d66cb0725601008bed14fa7c2c8be2054c /tests/integration/check_tests.rs
parentba58628601057c6f996cbad287fcfbe353872368 (diff)
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/integration/check_tests.rs')
-rw-r--r--tests/integration/check_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/check_tests.rs b/tests/integration/check_tests.rs
index 57c38522f..f0e3dfb5a 100644
--- a/tests/integration/check_tests.rs
+++ b/tests/integration/check_tests.rs
@@ -367,7 +367,6 @@ fn npm_module_check_then_error() {
file_path: lockfile_path.to_path_buf(),
content: &lockfile_path.read_to_string(),
overwrite: false,
- is_deno_future: false,
})
.unwrap();