Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Nov 23, 2023
1 parent 4f72b67 commit bbf3f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatePicker/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO remove when we can upgrade to @testing-library/user-event:14, which currently does not work in this test
// eslint-disable @typescript-eslint/await-thenable
/* eslint-disable @typescript-eslint/await-thenable */
import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React from 'react';
Expand Down

0 comments on commit bbf3f9d

Please sign in to comment.