mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
17 lines
393 B
Markdown
17 lines
393 B
Markdown
## [trybuild](https://docs.rs/trybuild/latest/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](./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
|