You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the .msw file, it generates the following: export const getGetApiTenantsTenantIdResponseMock = (): TenantCompositeDto => ({...enabled: faker.datatype.boolean(),
What were you expecting to happen?
In the .msw file, it generated the following: export const getGetApiTenantsTenantIdResponseMock = (): TenantCompositeDto => ({enabled: faker.datatype.boolean(),
What versions are you using?
7.2.0
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce this issue?
YAML Path
YAML Schema
What happens?
In the .msw file, it generates the following:
export const getGetApiTenantsTenantIdResponseMock = (): TenantCompositeDto => ({...enabled: faker.datatype.boolean(),
What were you expecting to happen?
In the .msw file, it generated the following:
export const getGetApiTenantsTenantIdResponseMock = (): TenantCompositeDto => ({enabled: faker.datatype.boolean(),
What versions are you using?
7.2.0
The text was updated successfully, but these errors were encountered: