now working as intended
This commit is contained in:
@@ -27,6 +27,7 @@ describe("smartnginx",function(){
|
||||
});
|
||||
});
|
||||
describe("NginxConfig",function(){
|
||||
this.timeout(10000);
|
||||
it(`"new NginxConfig()" should produce an instance of NginxConfig`,function(){
|
||||
testNginxConfig = new smartnginx.NginxConfig({
|
||||
cfEmail: process.env.CF_EMAIL,
|
||||
@@ -42,7 +43,7 @@ describe("smartnginx",function(){
|
||||
})
|
||||
});
|
||||
describe(".deploy()",function(){
|
||||
this.timeout(240000);
|
||||
this.timeout(600000);
|
||||
it("should deploy a config from an instance",function(done){
|
||||
testNginxConfig.deploy()
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user