AppFlowy/rust-lib/flowy-derive/tests/progress.rs

6 lines
118 B
Rust
Raw Normal View History

#[tokio::test]
async fn tests() {
2021-07-16 15:18:12 +00:00
let _t = trybuild::TestCases::new();
// t.pass("tests/protobuf_enum.rs");
}