When I did meteor add practicalmeteor:chai in my project after adding practicalmeteor:mocha the Meteor server restarted and my browser started bleeding (see screenshot). I walked back through everything and narrowed it specifically to the pm:chai package. I'm new to Meteor so perhaps it is a problem with the setup of my project; however, when setting up a simple render test using the above mentioned as well as enzyme & react-addons-test-utils the test ran perfectly on my local machine displaying that testing passed 100% in the browser on localhost:4000 and my terminal stated their were 0 failures. Just an FYI that there is possibly something wrong...like I said new to Meteor.
When I did
meteor add practicalmeteor:chai
in my project after addingpracticalmeteor:mocha
the Meteor server restarted and my browser started bleeding (see screenshot). I walked back through everything and narrowed it specifically to thepm:chai
package. I'm new to Meteor so perhaps it is a problem with the setup of my project; however, when setting up a simple render test using the above mentioned as well asenzyme
&react-addons-test-utils
the test ran perfectly on my local machine displaying that testing passed 100% in the browser onlocalhost:4000
and my terminal stated their were0 failures
. Just an FYI that there is possibly something wrong...like I said new to Meteor.