Closed jclulow closed 9 years ago
It seems pretty likely that everything in test/helper.js
ought to go away -- especially the use of domains and the excessive use of once
. Something in the mess that's in there is preventing the test runner from running all of the tests -- and, most excellently, knowing that it has failed to do so.
It seems that the
Makefile
target for running tests does not function as intended. It is specified thus:In practice, this expands out to:
For whatever reason,
nodeunit
appears to be running only the first file on the command line. This meansutils.test.js
doesn't run, and new tests added in separate files are unlikely to run either.