AppFlowy/frontend/rust-lib/event-integration-test/tests/main.rs
Nathan.fooo 122a392bf8
chore: update client api (#5208)
* chore: update client api

* chore: rename test target

* chore: fix test
2024-04-26 18:00:56 +08:00

9 lines
122 B
Rust

mod database;
mod document;
mod folder;
// TODO(Mathias): Enable tests for search
// mod search;
mod user;
pub mod util;