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