zoubingwu / msw-auto-mock

A cli tool to generate random mock data from OpenAPI definition for msw.
273 stars 57 forks source link

Fix issue with nested allOf missing object properties #39

Closed robrocketmakers closed 10 months ago

robrocketmakers commented 10 months ago

Discovered an issue where nested allOf can cause some properties to be excluded. Spreading the other properties in with allOf resolves this.

Added a test to confirm this. Reverting transform.ts will cause the test to fail, since the expected property 'name' no longer exists on TestEntity in the generated code.