Skip to content

Commit

Permalink
feat: fix TimeField test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tx-nikola committed Jan 27, 2025
1 parent f2883e2 commit 8f190e8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import TimeField from "@/components/common/table/fields/TimeField.vue";

import enUS from "@/locales/en.json";

import { TimeFormat } from "@/types";

describe("TimeField", () => {
const i18n = createI18n({
locale: "en",
Expand Down Expand Up @@ -47,7 +49,7 @@ describe("TimeField", () => {
global,
props: {
value: "2022-12-02T09:26:06.605Z",
showExactDate: false,
format: TimeFormat.TIME_AGO,
},
});

Expand Down

0 comments on commit 8f190e8

Please sign in to comment.