Skip to content

Commit

Permalink
Merge pull request #2905 from openedx/master
Browse files Browse the repository at this point in the history
sync: master to alpha
  • Loading branch information
edx-requirements-bot authored and PKulkoRaccoonGang committed Aug 5, 2024
1 parent cfb01b5 commit 2cef381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/tests/FormControl.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Component({ isClearValue }) {
}

describe('FormControl', () => {
it('textarea changes its height with autoResize prop', async () => {
it('textarea changes its height with autoResize prop', () => {
const useReferenceSpy = jest.spyOn(React, 'useRef').mockReturnValue(ref);
const onChangeFunc = jest.fn();
const inputText = 'new text';
Expand Down

0 comments on commit 2cef381

Please sign in to comment.