Move hasIPv6 into sysinfo

This commit is contained in:
Girish Ramakrishnan
2019-07-25 11:26:53 -07:00
parent c30ac5f927
commit 6a77a58489
5 changed files with 38 additions and 15 deletions

View File

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