Simplify dist-test.js
richytong opened this issue · 1 comments
richytong commented
Right now the code is bundled in distributor.js, and the output files are tested in dist-test.js. The current way the testing is done in dist-test.js is hard to maintain, and is overkill for the original intended purpose of dist-test which was to ensure the correctness of the output files created by distributor.js. This issue suggests a simpler way of testing for dist-test.js by only requiring the output files.