Skip to content

Commit

Permalink
Re-enable layout tests
Browse files Browse the repository at this point in the history
These tests were accidentally disabled in 3393fa2
  • Loading branch information
osa1 committed Sep 9, 2021
1 parent 3393fa2 commit 8f4428e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/libtiny_tui/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use term_input::{Event, Key};
use crate::test_utils::expect_screen;
use crate::tui::TUI;

mod layout;
mod resize;

fn enter_string(tui: &mut TUI, s: &str) {
Expand Down

0 comments on commit 8f4428e

Please sign in to comment.