mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Add some tests for the versioning code #344

Closed wlach closed 5 years ago

wlach commented 5 years ago

I added some bespoke versioning code here, since no npm library seemed to do what I needed:

https://github.com/mozilla/missioncontrol/blob/master/frontend/version.js

We should test this code via jest, now that @kagehina919 has landed that.