Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb6c7f6

Browse files
committed
chore: Remove unused import
1 parent eef15f5 commit fb6c7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/behaviour.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it, vi } from 'vitest';
1+
import { describe, expect, it } from 'vitest';
22
import { add, addDays, addHours, addMinutes, addMonths, getHours, getMinutes, getMonth, getYear, set } from 'date-fns';
33
import { utcToZonedTime } from 'date-fns-tz/esm';
44

0 commit comments

Comments
 (0)