mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 19:09:59 +00:00
ability to run tests standalone
This commit is contained in:
@@ -56,5 +56,6 @@ function test() {
|
||||
module.exports.test = test;
|
||||
|
||||
if (require.main === module) {
|
||||
test.done();
|
||||
test()
|
||||
.done();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user