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.
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
inflagutil.spec.js
.Finally this allows us to get rid of all the
tape
related development dependencies.