Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 22, 2023
1 parent 849c418 commit c8b5095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/tests/clean_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ mod clean {
assert!(!sandbox.path().join("tools/node/4.5.6/index.js").exists());
}

#[cfg(not(windows))]
#[test]
fn purges_tool_bin() {
let sandbox = create_empty_sandbox();
Expand Down

0 comments on commit c8b5095

Please sign in to comment.