Skip to content

Commit 1830a41

Browse files
committed
chore: polishing
1 parent dae3cf7 commit 1830a41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/keeper.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ mod tests {
446446

447447
#[test]
448448
fn test_run_task() {
449-
if let Ok(output) = run_runner_task("npm", "start", &[], &[], true) {
450-
let status_code = output.status.code().unwrap_or(0);
451-
println!("exit code: {}", status_code);
452-
}
449+
run_runner_task("npm", "start", &[], &[], true);
453450
}
454451
}

0 commit comments

Comments
 (0)