alexprey / sveltedoc-parser

Generate a JSON documentation for a Svelte (https://github.com/sveltejs/svelte) component
https://www.npmjs.com/package/sveltedoc-parser
MIT License
89 stars 7 forks source link

Add integration tests to prevent any issues with library setup #85

Open alexprey opened 2 years ago

alexprey commented 2 years ago

Need to add integration tests that install library from npm package and try to parse few source files and check that is not failed. That test need to be run in CI and prevent any issues like missing dependency in publihsed package.