From 619a24390ff15d5ea5e577a4d0391823f94e8592 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 8 Feb 2020 00:49:55 -0800 Subject: install: add --force flag and remove yes/no prompt (#3917) --- cli/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index c7b2a4b4e..ac00a04c4 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -112,6 +112,7 @@ fn installer_test_local_module_run() { "echo_test", &local_module_str, vec!["hello".to_string()], + false, ) .expect("Failed to install"); let mut file_path = temp_dir.path().join("echo_test"); @@ -159,6 +160,7 @@ fn installer_test_remote_module_run() { "echo_test", "http://localhost:4545/cli/tests/echo.ts", vec!["hello".to_string()], + false, ) .expect("Failed to install"); let mut file_path = temp_dir.path().join("echo_test"); -- cgit v1.2.3