Skip to content

Commit 34b4f73

Browse files
authored
Repair failing test in package generator (#70)
1 parent f965045 commit 34b4f73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/package-generator/src/ModelModuleGenerator.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ describe('ModelModuleGenerator', () => {
9696
found = true;
9797
expect(content).toBe(
9898
`export * from '.${sep}OperationInput.ts';
99-
export * from '.${sep}OperationOutput.ts';`
99+
export * from '.${sep}OperationOutput.ts';
100+
export * from '.${sep}InputTypesUnion.ts';
101+
export * from '.${sep}OutputTypesUnion.ts';`
100102
);
101103
}
102104
}

0 commit comments

Comments
 (0)