Skip to content

Commit

Permalink
Fix lint-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyngkm committed Aug 5, 2024
1 parent 80d17ab commit 247073d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("ListCard", () => {
}),
],
number_of_machines: 2,
start_date: "2021-07-09T07:14:56Z",
start_date: new Date("2021-07-09T07:14:56Z"),
});
const wrapper = mount(
<ListCard subscription={freeSubscription} onClick={jest.fn()} />,
Expand Down

0 comments on commit 247073d

Please sign in to comment.