Add shortcut tests for @param #1052
Labels
needs grooming
REST
Issues related to @loopback/rest package and REST transport in general
tech-debt
Milestone
Add shortcut tests for
@param.query.*
@param.header.*
@param.path.*
Take shortcuts
@param.header.*
as an example, the current test cases can be found in https://github.com/strongloop/loopback-next/blob/master/packages/openapi-v3/test/unit/decorators/param/param-path.decorator.unit.tsThe missing ones are:
And add the same missing tests for @param.query.* and @param.path.*
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: