Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuiliao committed Mar 6, 2025
1 parent 2d0bf6a commit aa48ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-aria-components/test/Separator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import React from 'react';
import {render} from '@react-spectrum/test-utils-internal';
import {Separator, SeparatorContext} from '../';


describe('Separator', () => {
it('should render a separator with default class', () => {
let {getByRole} = render(<Separator />);
Expand Down

0 comments on commit aa48ef9

Please sign in to comment.