Skip to content

Commit

Permalink
Add all default keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d committed Nov 29, 2024
1 parent 81a95d2 commit d18f077
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 40 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions youtui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ version = "0.20.1"
# package = "youtui-vendored-rodio"
features = ["symphonia-all"]

[dev-dependencies]
pretty_assertions = "1.4.1"

[lints]
workspace = true
1 change: 1 addition & 0 deletions youtui/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ mod tests {
config::{Config, ConfigIR, CONFIG_FILE_NAME},
get_config_dir,
};
use pretty_assertions::assert_eq;

#[tokio::test]
async fn test_deserialize_default_config_to_ir() {
Expand Down
Loading

0 comments on commit d18f077

Please sign in to comment.