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