Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
process.on('SIGINT', function () {
wrapper.removeAllServers()
})
})
after(() => {
wrapper.removeAllServers()
})
process.on("SIGINT", () => {
pact.removeAllServers()
})
removeAll: function () {
return wrapper.removeAllServers()
}
}
process.on('SIGINT', function () {
wrapper.removeAllServers()
})
provider.finalize().then(() => {
wrapper.removeAllServers()
})
});
.finally(function () {
mockServer.stop()
wrapper.removeAllServers()
})
})