Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisEugeneMSFT committed Nov 2, 2020
1 parent c5c539b commit 6d0e5c6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ describe('resolveFieldWidget', () => {
it('returns OpenObjectField when additional properties are allowed', () => {
const schema = {
type: 'object' as const,
additionalProperties: true,
additionalProperties: {
type: 'string',
title: '',
description: '',
},
};

const { field: ReturnedField } = resolveFieldWidget({ schema });
Expand Down

0 comments on commit 6d0e5c6

Please sign in to comment.