Skip to content

Commit

Permalink
👕 Remove unused noop function
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 18, 2023
1 parent 0ed0977 commit dc222ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dropdown/src/Dropdown.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { afterEach, describe, expect, it } from 'vitest';

import Dropdown from './Dropdown.js';

const noop = () => {};

afterEach(cleanup);

describe('Dropdown.js', async () => {
Expand Down

0 comments on commit dc222ab

Please sign in to comment.