1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 182 forks source link

npm test fails #526

Closed mlabieniec closed 11 years ago

mlabieniec commented 11 years ago

npm test returns: ReferenceError: describe is not defined

samuel281 commented 11 years ago

+1

1) JobController "before each" hook:
     ReferenceError: getApp is not defined

npm test runs "./nodemodules/.bin/mocha --include test/init.js test//_.test.js"

but

$ mocha --include

  error: unknown option `--include'
mlabieniec commented 11 years ago

Was working in 1.1.6 with mocha test/* however, now in 1.1.7-1 I am getting an immediate failure with

Error: done() invoked with non-Error: [object Object]