From d592c128cf42852d2ccffc45574761fd78de8fa7 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 22 Oct 2020 22:34:35 +0530 Subject: chores(cli/fmt): make --ignore stable (#7922) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration_tests.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 8956d3f7b..26772338c 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -441,7 +441,6 @@ fn fmt_test() { .current_dir(util::root_path()) .arg("fmt") .arg(format!("--ignore={}", badly_formatted_str)) - .arg("--unstable") .arg("--check") .arg(badly_formatted_str) .spawn() @@ -2237,7 +2236,7 @@ itest!(fmt_check_formatted_files { }); itest!(fmt_check_ignore { - args: "fmt --check --unstable --ignore=fmt/formatted1.js fmt/", + args: "fmt --check --ignore=fmt/formatted1.js fmt/", output: "fmt/expected_fmt_check_ignore.out", exit_code: 0, }); @@ -4053,7 +4052,6 @@ fn fmt_ignore_unexplicit_files() { let output = util::deno_cmd() .current_dir(util::root_path()) .arg("fmt") - .arg("--unstable") .arg("--check") .arg("--ignore=./") .stderr(std::process::Stdio::piped()) -- cgit v1.2.3