mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
trybuild tests
Set of tests to exercise various macro expansion errors.
Notes on adding a new test
- Make sure to include the new test in build_error_tests/mod.rs so it gets included as part of the crate for formatting purposes.
Running the tests
yarn test:macro
or
cargo test -p napi-examples