Skip to content

Commit

Permalink
Use named export from @testing-library/user-event
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 5, 2024
1 parent 2c05025 commit ef5e8b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect, it, vi } from 'vitest';
import React from 'react';
import { act, fireEvent, render, waitFor, waitForElementToBeRemoved } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';

import TimeRangePicker from './TimeRangePicker.js';

Expand Down

0 comments on commit ef5e8b6

Please sign in to comment.