Skip to content

Commit e92374c

Browse files
committed
chore: lint code
1 parent aa6f07e commit e92374c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

packages/openapi-typescript/test/transform/request-body-object.test.ts

+17-17
Original file line numberDiff line numberDiff line change
@@ -95,27 +95,27 @@ describe("transformRequestBodyObject", () => {
9595
given: {
9696
content: {
9797
"application/json": {
98-
"schema": {
99-
"properties": {
100-
"card_title": {
101-
"type": "string",
102-
"title": "Card Title",
103-
"default": "Social Profile"
98+
schema: {
99+
properties: {
100+
card_title: {
101+
type: "string",
102+
title: "Card Title",
103+
default: "Social Profile"
104104
},
105-
"template": {
106-
"type": "string",
107-
"title": "Template"
105+
template: {
106+
type: "string",
107+
title: "Template"
108108
},
109-
"socials": {
110-
"type": "object",
111-
"title": "Socials",
112-
"default": {}
109+
socials: {
110+
type: "object",
111+
title: "Socials",
112+
default: {}
113113
}
114114
},
115-
"type": "object",
116-
"required": ["template"],
117-
"title": "Create",
118-
"description": "Social Profile schema for create."
115+
type: "object",
116+
required: ["template"],
117+
title: "Create",
118+
description: "Social Profile schema for create."
119119
}
120120
}
121121
},

0 commit comments

Comments
 (0)