Skip to content

Commit efed10f

Browse files
committed
Add test for get:{description}
1 parent 8050377 commit efed10f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/v3/index.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ describe("OpenAPI3 features", () => {
998998
description: "root description",
999999
get: {
10001000
summary: "get summary",
1001+
description: "get description",
10011002
responses: {
10021003
"200": {
10031004
content: {
@@ -1052,6 +1053,9 @@ describe("OpenAPI3 features", () => {
10521053
format(`
10531054
export interface paths {
10541055
'/': {
1056+
/**
1057+
* get description
1058+
*/
10551059
get: {
10561060
responses: {
10571061
'200': {

0 commit comments

Comments
 (0)