waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
357 stars 88 forks source link

Testing with karma doesn't work for everything in js directory #1253

Open alexjsmac opened 8 years ago

alexjsmac commented 8 years ago

A few files have been commented out in the karma conf file because the version of phantomjs that is wrapped by NPM and required by karma does not support necessary features (mutation observers for block.js for example).

This has been fixed in phantomjs 2.0: https://github.com/ariya/phantomjs/issues/10715

But the NPM wrapper has not been updated to 2.0 yet: https://github.com/Medium/phantomjs/issues/288

When it's updated the tests should be able to be run on the remaining files.