Skip to content

Add shortcut tests for @param #1052

@jannyHou

Description

@jannyHou

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.ts

The missing ones are:

  • @param.path.long
  • float
  • double
  • byte
  • binary
  • date
  • datetime
  • password

And add the same missing tests for @param.query.* and @param.path.*

Acceptance Criteria:

  • Add missing shortcut test case for @param.header.*
  • Add missing shortcut test case for @param.query.*
  • Add missing shortcut test case for @param.path.*

Metadata

Metadata

Assignees

Labels

RESTIssues related to @loopback/rest package and REST transport in generalneeds groomingtech-debt

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions