11
crates/domain/tests/entry.rs
Normal file
11
crates/domain/tests/entry.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
#[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;
|
||||
Reference in New Issue
Block a user