We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9617ac commit 44074e4Copy full SHA for 44074e4
src/attribute-editor/__tests__/warnings.test.tsx
@@ -39,7 +39,6 @@ describe('AttributeEditor component', () => {
39
/>
40
);
41
42
- expect(warnOnce).toHaveBeenCalledTimes(1);
43
expect(warnOnce).toHaveBeenCalledWith(
44
'AttributeEditor',
45
'A `label` should be provided for each field definition. It is used as `aria-label` for accessibility.'
0 commit comments