mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-01-18 15:16:51 +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