add tests to readme

This commit is contained in:
Andrew
2015-03-30 09:01:48 -06:00
parent df9ef592f5
commit 4d29bcbd0f
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ Promise.all(
if (module.hasOwnProperty('run')) {
module.run();
} else {
throw new Error('Module ' + path + ' does not implement run() method.');
console.warn('WARNING: Module ' + path + ' does not implement a run() method. No tests run.');
}
});
}))