Add config.hasIPv6()

This commit is contained in:
Johannes Zellner
2017-09-29 19:12:53 +02:00
parent 4a5cbab194
commit 78fb9401ee
3 changed files with 10 additions and 0 deletions

View File

@@ -94,4 +94,7 @@ describe('config', function () {
done();
});
it('test machine has IPv6 support', function () {
expect(config.hasIPv6()).to.equal(true);
});
});