Skip to content

Commit a48ad4e

Browse files
committed
formatted
1 parent 6e8e288 commit a48ad4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gamut/src/Modals/__tests__/Dialog.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('Dialog', () => {
4444

4545
it('requests closing the dialog when the close button is clicked', () => {
4646
const { view } = renderView();
47-
const ariaLabel = defaultProps.closeButtonTipText
47+
const ariaLabel = defaultProps.closeButtonTipText;
4848

4949
fireEvent.click(view.getByLabelText(ariaLabel));
5050
expect(onRequestClose.mock.calls.length).toBe(1);

0 commit comments

Comments
 (0)