AppFlowy/backend/tests/api/doc.rs

9 lines
145 B
Rust
Raw Normal View History

2021-09-10 10:21:35 +00:00
use crate::helper::DocTest;
#[actix_rt::test]
async fn doc_create() {
let test = DocTest::new().await;
log::info!("{:?}", test.doc);
}