ability to run tests standalone

This commit is contained in:
Shruti Ranganathan Jothi
2017-02-28 17:29:57 -08:00
parent 3966c316ac
commit fd58106e7f
16 changed files with 32 additions and 16 deletions

View File

@@ -69,5 +69,6 @@ function test() {
module.exports.test = test;
if (require.main === module) {
test.done();
test()
.done();
}