Skip to content

Commit

Permalink
🚿 Cleanup test files / normalize naming
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 1, 2024
1 parent 966d865 commit cd3d151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dropdown/src/Dropdown.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Dropdown from './Dropdown.js';

afterEach(cleanup);

describe('Dropdown.js', () => {
describe('@acusti/dropdown', () => {
it('renders its contents as a dropdown menu with an empty button to trigger it when it’s rendered with a single child', async () => {
const user = userEvent.setup();
render(
Expand Down
2 changes: 1 addition & 1 deletion packages/use-keyboard-events/src/handlers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('@acusti/use-keyboard-events', () => {
await user.type(element, '{Enter}');
// expect(isUsingKeyEvent).toBe(true);
});

// eslint-disable-next-line @typescript-eslint/require-await
it('detects that non-interactive elements aren’t using key events triggered on them', async () => {
const text = 'Lorem ipsum dolor sit amet.';
Expand Down

0 comments on commit cd3d151

Please sign in to comment.