AppFlowy/rust-lib/flowy-derive/tests/progress.rs
2021-07-16 23:18:12 +08:00

6 lines
118 B
Rust

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