guypursey / test-coverage-visualisation

This is proof-of-concept visualisation for test coverage as a metric for unit-tested projects.
0 stars 0 forks source link

Ensure cross-device and cross-browser compatibility (ES2015 in particular) #9

Open guypursey opened 7 years ago

guypursey commented 7 years ago

This code has not yet been tested across browsers as it is more a proof-of-concept than shippable code. Given that it uses ES2015 conventions, some sort of compiling should happen to ensure compatibility with browsers that might not support the standard.

guypursey commented 7 years ago

This might easily be solved by something like Babelify at the npm run prepare compilation stage where Browserify is invoked.