fiberplane-pdk 1.0.0-beta.14

Fiberplane Provider Development Kit
Documentation
1
2
3
4
5
6
7
8
//! Tests for the macro

#[test]
fn schema_generation() {
    let t = trybuild::TestCases::new();
    t.pass("tests/schema/pass/*.rs");
    t.compile_fail("tests/schema/fail/*.rs");
}