Starter for Ten: JavaScript Unit Testing - msatkinson/ethereum GitHub Wiki

#Work In Progress Links and rough notes as I explore JavaScript Unit Testing approaches and frameworks. Initially focused on testing within the Meteor framework in support of the associated projects

##Meteor Testing

###meteor test-packages

####TinyTest for Meteor packages

####Spacejam

####practicalmeteor:mocha
"Write package tests with mocha and run them in the browser or from the command line with spacejam."

  • Unable to get mocha to test my package. The following command line was used:
    ./node_modules/spacejam/bin/spacejam test-packages --driver-package=practicalmeteor:mocha-console-runner model

###Meteor Configuration

###Meteor Testing using Jasmine

####Meteor Test Driven Development using Larka and phantomjs(http://www.sitepoint.com/test-driven-development-with-meteor/)