Skip to content

Commit 8079b69

Browse files
committedFeb 19, 2025·
chore: fix tests
1 parent c257fc9 commit 8079b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/utils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from "vitest";
2-
import { isEqual, diff } from "../src";
2+
import { isEqual, diff } from "../src/utils";
33

44
describe("isEqual", () => {
55
const cases = [

0 commit comments

Comments
 (0)
Please sign in to comment.