Closed raphinesse closed 4 years ago
Code looks fine, not sure about the test failure.
The test failures are because the existing unit tests are pretty bad. They basically asserted call counts for every function used in the version update module. Consequently they fail on almost any code change. That's why I posted #250.
Platforms affected
All
Motivation and Context
We have recently started to try to lint as many JS files as possible. This includes the platforms' version scripts. Unfortunately
coho
updates them in a form that violates our code style.Requires test updates from #250 to pass the tests
Description
Testing
Passes the refactored tests from #250