AppFlowy/shared-lib/flowy-derive/tests/progress.rs
2021-11-20 10:52:39 +08:00

6 lines
118 B
Rust

#[tokio::test]
async fn tests() {
let _t = trybuild::TestCases::new();
// t.pass("tests/protobuf_enum.rs");
}