holidayextras / barometer

Framework agnostic browser performance metrics
MIT License
5 stars 5 forks source link

Get the test build working with Webpack and Sinon #14

Closed theninj4 closed 7 years ago

theninj4 commented 7 years ago

I spent ages working through a combination of Webpack, sinon, IE8 and mocha when getting the test suite working in SauceLabs - those technologies really didn't want to place nicely together. In the end I managed to get sinon, Ie8 and mocha playing nicely at the expense of dropping Webpack for Browserify. It'd be good to go back and get webpack working.