async-graphql/parser/tests/codegen.rs

6 lines
266 B
Rust
Raw Normal View History

//! `pest_derive` crate has large dependency tree, and, as a build dependency,
//! it imposes these deps onto our consumers.
//!
//! To avoid that, let's just dump generated code to string into this
//! repository, and add a test that checks that the code is fresh.