Skip to content

Commit

Permalink
check unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesikot committed Sep 27, 2024
1 parent 17e8f41 commit dfe7b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("transformDataPureFn", () => {
milliseconds: "invalid_milliseconds",
iso_8601: "invalid_iso_8601",
yyyy_mm_dd: "invalid_date",
lll: "invalid_lll",
lll: "invalid_date",
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const columns = [
// Mock table data
export const tableData = [
{
epoch: "1727132400",
milliseconds: "1727132400000",
epoch: 1727132400,
milliseconds: 1727132400000,
iso_8601: "2024-09-24T00:00:00.000+01:00",
yyyy_mm_dd: "2024-09-24",
lll: "September 25, 2024 12:00 AM",
Expand Down

0 comments on commit dfe7b65

Please sign in to comment.