Files
k-mood/crates/domain/tests/entry.rs
Gabriel Kaszewski 95739892de
Some checks failed
CI / ci (push) Failing after 1m48s
init
2026-08-25 23:24:36 +02:00

12 lines
217 B
Rust

#[path = "entry/mood_test.rs"]
mod mood_test;
#[path = "entry/content_test.rs"]
mod content_test;
#[path = "entry/mood_entry_test.rs"]
mod mood_entry_test;
#[path = "entry/date_range_test.rs"]
mod date_range_test;