juniper/integration_tests/juniper_tests/src/lib.rs

8 lines
114 B
Rust

#[cfg(test)]
mod codegen;
#[cfg(test)]
mod custom_scalar;
#[cfg(test)]
mod issue_371;
#[cfg(test)]
mod issue_398;