mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-14 04:39:10 +00:00
5 lines
118 B
Rust
5 lines
118 B
Rust
#[tokio::test]
|
|
async fn tests() {
|
|
let _t = trybuild::TestCases::new();
|
|
// t.pass("tests/protobuf_enum.rs");
|
|
}
|