UNPKG

serverless-openapi-documenter

Version:

Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config

10 lines (8 loc) 186 B
'use strict' module.exports = { recursive: true, reporter: 'spec', spec: 'test/unit/*.spec.js', watch: false, 'watch-files': ['src/**/*.js', 'test/**/*.spec.js'], }