fix(core): update
This commit is contained in:
		| @@ -40,6 +40,12 @@ tap.test('.deploy() should deploy a config from an instance', async () => { | ||||
|   await testSmartNginx.deploy(); | ||||
| }); | ||||
|  | ||||
| tap.test('should not redeploy', async () => { | ||||
|   testSmartNginx.addHostCandidate(testNginxZone01); | ||||
|   testSmartNginx.addHostCandidate(testNginxZone02); | ||||
|   await testSmartNginx.deploy(); | ||||
| }); | ||||
|  | ||||
| tap.test('.stop() should end the process', async () => { | ||||
|   testSmartNginx.nginxProcess.stop(); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user