We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a4470 commit 01dc2dbCopy full SHA for 01dc2db
1 file changed
src/test/timepicker_test.test.tsx
@@ -16,7 +16,8 @@ import {
16
import type { DatePickerProps } from "../index";
17
18
const MIN_TIME_LI_LEN = 2;
19
-const TestDatePicker = DatePicker as unknown as React.ComponentType<DatePickerProps>;
+const TestDatePicker =
20
+ DatePicker as unknown as React.ComponentType<DatePickerProps>;
21
22
describe("TimePicker", () => {
23
let datePicker: HTMLDivElement;
0 commit comments