Skip to content

Commit 58cdf74

Browse files
committed
Fix missing prop in tests
1 parent 48b188d commit 58cdf74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pf4-component-mapper/src/tests/form-template-common.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ describe('FormTemplate PF4 Common', () => {
143143
onSubmit={jest.fn}
144144
FormTemplate={FormTemplate}
145145
initialValues={expectedValues}
146+
componentMapper={{}}
146147
/>
147148
);
148149

0 commit comments

Comments
 (0)