Skip to content

Commit

Permalink
fix: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford committed Apr 19, 2024
1 parent c8f5bbb commit 3df3976
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions packages/openapi-ts/src/utils/write/__tests__/class.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ describe('writeClientClass', () => {
operationId: true,
output: '',
schemas: {},
services: {
response: 'body',
},
services: {},
types: {},
useDateType: false,
useOptions: true,
Expand Down
4 changes: 1 addition & 3 deletions packages/openapi-ts/src/utils/write/__tests__/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ describe('writeClient', () => {
operationId: true,
output: './dist',
schemas: {},
services: {
response: 'body',
},
services: {},
types: {},
useDateType: false,
useOptions: false,
Expand Down
8 changes: 2 additions & 6 deletions packages/openapi-ts/src/utils/write/__tests__/core.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ describe('writeCore', () => {
operationId: true,
output: '',
schemas: {},
services: {
response: 'body',
},
services: {},
types: {},
useDateType: false,
useOptions: true,
Expand Down Expand Up @@ -96,9 +94,7 @@ describe('writeCore', () => {
operationId: true,
output: '',
schemas: {},
services: {
response: 'body',
},
services: {},
types: {},
useDateType: false,
useOptions: true,
Expand Down

0 comments on commit 3df3976

Please sign in to comment.