chore: add document test (#2932)

This commit is contained in:
Kilu.He
2023-07-04 17:17:25 +08:00
committed by GitHub
parent 8dfbfe3c42
commit 9fb8f221cf
9 changed files with 197 additions and 7 deletions

View File

@ -15,7 +15,7 @@ use flowy_user::errors::FlowyError;
use crate::event_builder::EventBuilder;
use crate::user_event::{async_sign_up, init_user_setting, SignUpContext};
pub mod document_event;
pub mod document;
pub mod event_builder;
pub mod folder_event;
pub mod user_event;