mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor tests
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#![allow(clippy::module_inception)]
|
||||
mod attribute_test;
|
||||
mod op_test;
|
||||
mod revision_test;
|
||||
mod serde_test;
|
||||
mod undo_redo_test;
|
||||
|
||||
|
@ -0,0 +1,8 @@
|
||||
use flowy_test::editor::*;
|
||||
|
||||
#[tokio::test]
|
||||
async fn create_doc() {
|
||||
let test = EditorTest::new().await;
|
||||
let _editor = test.create_doc().await;
|
||||
println!("123");
|
||||
}
|
Reference in New Issue
Block a user