From 5508a0f45e233708f3a0a5fc9e9a48ab3c0fb33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 11 Oct 2021 23:14:46 +0200 Subject: feat(compat): pin specific version of std/node (#12396) --- cli/tests/integration/compat_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/compat_tests.rs b/cli/tests/integration/compat_tests.rs index 8f512fca3..6b6ab81b5 100644 --- a/cli/tests/integration/compat_tests.rs +++ b/cli/tests/integration/compat_tests.rs @@ -26,7 +26,7 @@ itest!(existing_import_map { #[test] fn globals_in_repl() { - let (out, err) = util::run_and_collect_output_with_args( + let (out, _err) = util::run_and_collect_output_with_args( true, vec!["repl", "--compat", "--unstable", "--quiet"], Some(vec!["global == window"]), @@ -34,5 +34,4 @@ fn globals_in_repl() { false, ); assert!(out.contains("true")); - assert!(err.contains("Implicitly using latest version")); } -- cgit v1.2.3