napi-rs/examples/napi/tests/build_error_tests/mod.rs

8 lines
209 B
Rust
Raw Normal View History

//! Include the test files here so they can be formatted properly with `cargo fmt`
pub mod fn_outside_impl_factory;
pub mod ts_arg_type_1;
pub mod ts_arg_type_2;
pub mod ts_arg_type_3;
pub mod ts_arg_type_4;