Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created August 5, 2013 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepheneb/6157300 to your computer and use it in GitHub Desktop.
Save stepheneb/6157300 to your computer and use it in GitHub Desktop.
$ make test-mocha
Running Mocha tests ...
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
183 passing (6 seconds)
1 failing
1) MD2D modeler when rectangle with electric field is removed "before each" hook:
TypeError: Object #<Object> has no method 'addRectangle'
at Context.<anonymous> (/Users/stephen/dev/concord/lab/test/mocha/md2d/electric-field.coffee:149:15)
at Hook.Runnable.run (/Users/stephen/dev/concord/lab/node_modules/mocha/lib/runnable.js:211:32)
at next (/Users/stephen/dev/concord/lab/node_modules/mocha/lib/runner.js:246:10)
at Object._onImmediate (/Users/stephen/dev/concord/lab/node_modules/mocha/lib/runner.js:258:5)
at processImmediate [as _immediateCallback] (timers.js:317:15)
make: *** [test-mocha] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment