revision_test.rs 173 B

12345678
  1. use flowy_test::editor::*;
  2. #[tokio::test]
  3. async fn create_doc() {
  4. let test = EditorTest::new().await;
  5. let _editor = test.create_doc().await;
  6. println!("123");
  7. }