apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

test: remove legacy tape tests #259

Closed raphinesse closed 4 years ago

raphinesse commented 4 years ago

The tests were not very good. They just called flagutil.computeReposFromFlag with every imagineable repo, which amounts to a lot of test code that's poorly maintainable, but results in very little code coverage.

Moreover we have proper unit tests for flagutil.computeReposFromFlag in flagutil.spec.js.

Finally this allows us to get rid of all the tape related development dependencies.