UNPKG

express-oas-generator

Version:

Module to automatically generate OpenAPI (Swagger) specification for existing ExpressJS 4.x REST API applications

8 lines (6 loc) 154 B
function teardown(_config) { global.server.close(() => { console.log('\nTest teardown: Stopped the server.\n'); }); } module.exports = teardown;