Skip to content

Commit bc10c32

Browse files
committed
test: adapt to latest changes from master
1 parent acba0d5 commit bc10c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/v3/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ describe("types", () => {
293293
};
294294
expect(swaggerToTS(schema)).toBe(
295295
format(`
296+
export interface operations {}
297+
296298
export interface components {
297299
schemas: {
298300
externalRef: any;

0 commit comments

Comments
 (0)