diff --git a/tests/integration_test.rs b/tests/integration_test.rs index ce3f9cf..6bf9254 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -2511,7 +2511,6 @@ export function Panel() { cwd: root.to_path_buf(), base: "main".to_string(), head: None, - root_ts_config: None, projects: vec![ Project { name: "proj-a".to_string(), @@ -2538,8 +2537,6 @@ export function Panel() { targets: vec![], }, ], - include: vec![], - ignored_paths: vec![], lockfile_strategy: LockfileStrategy::None, }; @@ -4523,10 +4520,7 @@ fn turbo_config_for(root: &Path, projects: Vec, base: &str) -> TrueAffe cwd: root.to_path_buf(), base: base.to_string(), head: None, - root_ts_config: None, projects, - include: vec![], - ignored_paths: vec![], lockfile_strategy: LockfileStrategy::None, } }