Skip to content

Commit

Permalink
fix: Fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Nov 4, 2023
1 parent 0274d6d commit c54d391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
startOfWeek,
endOfWeek,
} from 'date-fns';
import { getTimezoneOffset, zonedTimeToUtc } from 'date-fns-tz/esm';
import { getTimezoneOffset, zonedTimeToUtc } from 'date-fns-tz';
import { reactive } from 'vue';

import {
Expand Down

0 comments on commit c54d391

Please sign in to comment.