napi-rs/examples/napi/tests
2024-04-18 00:14:00 +08:00
..
build_error_tests fix(napi-derive): bail the unexpected factory directive (#2051) 2024-04-18 00:14:00 +08:00
macro_tests.rs fix(napi-derive): bail the unexpected factory directive (#2051) 2024-04-18 00:14:00 +08:00
README.md

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