mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed build
This commit is contained in:
parent
aec93386a5
commit
9116921b75
@ -6,17 +6,17 @@ describe('getSortedServices', () => {
|
||||
const services = new Map<string, Service>();
|
||||
services.set('John', {
|
||||
name: 'John',
|
||||
base: 'John',
|
||||
operations: [],
|
||||
imports: [],
|
||||
});
|
||||
services.set('Jane', {
|
||||
name: 'Jane',
|
||||
base: 'Jane',
|
||||
operations: [],
|
||||
imports: [],
|
||||
});
|
||||
services.set('Doe', {
|
||||
name: 'Doe',
|
||||
base: 'Doe',
|
||||
operations: [],
|
||||
imports: [],
|
||||
});
|
||||
|
||||
|
||||
@ -15,8 +15,7 @@ describe('writeClientModels', () => {
|
||||
base: 'Item',
|
||||
type: '',
|
||||
template: '',
|
||||
description: null,
|
||||
extends: null,
|
||||
extends: [],
|
||||
imports: [],
|
||||
properties: [],
|
||||
enums: [],
|
||||
|
||||
@ -12,7 +12,7 @@ describe('writeClientServices', () => {
|
||||
const services: Service[] = [
|
||||
{
|
||||
name: 'Item',
|
||||
base: 'Item',
|
||||
operations: [],
|
||||
imports: [],
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user