Update specs to workaround Number.should conflict between babel polyfill and chai. Alternative was to hold a reference to Number.prototype.constructor and replace it after registering the polyfill. Seemed like most of our specs could easily be written to not hit this issue though.
6to5
references with its new namebabel
Number.prototype.constructor
and replace it after registering the polyfill. Seemed like most of our specs could easily be written to not hit this issue though.