Skip to content

Commit

Permalink
Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 22, 2024
1 parent 700a681 commit 9dc2bcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
- [Rust](https://github.com/moonrepo/tools/blob/master/tools/rust/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased

#### 🐞 Fixes

- Fixed a regression where `all` no longer worked for `--config-mode`.

## 0.40.1

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/tests/activate_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bun = "1.1.0"
.arg("elvish")
.arg("--export")
.arg("--config-mode")
.arg("upwards-global");
.arg("all"); // upwards-global
});

assert_snapshot!(get_activate_output(&assert, &sandbox));
Expand Down

0 comments on commit 9dc2bcc

Please sign in to comment.