g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
52 stars 20 forks source link

How to run unittest / coverage? #17

Open raczben opened 5 years ago

raczben commented 5 years ago

Report a limitation

There is no description for contributors.

If I understand correctly no standard testing framework used (like mocha, nyc etc...) Am I right (why)? Or: how to run tests?

g2384 commented 5 years ago

No standard unit testing framework is used in this project. Because I don't know how to adopt one. If you are willing to add one, please do so.

raczben commented 5 years ago

I have migrated the tests into mocha/chai. Checkout my fork see the test results on travis and feel free to use the tests.

I can pull-request my variant, else this issue can be closed.