visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

consistency issue between serial and paralel tests #167

Open osher opened 12 years ago

osher commented 12 years ago

if you try to run serialy tests that were originally written for parallel - you get 'undefined' for the named assert argument. this change is required for consistency between writing serial and paralel tests the same way