2021-12-10 11:21:45 +08:00

9 lines
173 B
Rust

use flowy_test::editor::*;
#[tokio::test]
async fn create_doc() {
let test = EditorTest::new().await;
let _editor = test.create_doc().await;
println!("123");
}