test: add more tests

This commit is contained in:
2025-07-01 22:05:52 +03:00
parent 8ecd9ec8d6
commit 9efeec3890
5 changed files with 138 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ use std::thread;
use std::time::{Duration, Instant};
/// Terminal events.
#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum Event {
/// Terminal tick.
Tick,

View File

@@ -14,3 +14,5 @@ pub mod tui;
pub mod handler;