fix(core): update

This commit is contained in:
2019-01-09 14:10:57 +01:00
parent 00d672c135
commit b7b588d713
2 changed files with 11 additions and 3 deletions

View File

@ -29,7 +29,6 @@ tap.test(`should produce an instance of NginxConfig`, async () => {
publicKey: 'some public'
});
expect(testNginxZone01).to.be.instanceof(smartnginx.NginxHost);
console.log(testNginxZone01.configString);
});
tap.test('.addZone() should add a zone to NginxConfig Object', async () => {