Skip to content

Commit 01dc2db

Browse files
Fix formatting of TestDatePicker declaration
1 parent 88a4470 commit 01dc2db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/timepicker_test.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import {
1616
import type { DatePickerProps } from "../index";
1717

1818
const MIN_TIME_LI_LEN = 2;
19-
const TestDatePicker = DatePicker as unknown as React.ComponentType<DatePickerProps>;
19+
const TestDatePicker =
20+
DatePicker as unknown as React.ComponentType<DatePickerProps>;
2021

2122
describe("TimePicker", () => {
2223
let datePicker: HTMLDivElement;

0 commit comments

Comments
 (0)