neon-bindings / neon

Rust bindings for writing safe and fast native Node.js modules.
https://www.neon-bindings.com/
Apache License 2.0
7.98k stars 282 forks source link

Automated smoke test for `npm init --lib` #1037

Open dherman opened 4 months ago

dherman commented 4 months ago

Right now npm run manual-test leaves it to a human to do manual testing of the output. Implement an automated test that generates a library and does some basic smoke tests of the output.