Skip to content

Commit

Permalink
fix(msw): add missing import when combime with properties
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Sep 23, 2022
1 parent 3268411 commit c8720b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/getters/combine.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const combineSchemasMock = ({
: undefined;

includedProperties.push(...(itemResolvedValue?.includedProperties ?? []));
combineImports.push(...(itemResolvedValue?.imports ?? []));

const value = (item[separator] ?? []).reduce((acc, val, index, arr) => {
const resolvedValue = resolveMockValue({
Expand Down

0 comments on commit c8720b2

Please sign in to comment.