We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c257fc9 commit 8079b69Copy full SHA for 8079b69
test/utils.test.ts
@@ -1,5 +1,5 @@
1
import { describe, expect, it } from "vitest";
2
-import { isEqual, diff } from "../src";
+import { isEqual, diff } from "../src/utils";
3
4
describe("isEqual", () => {
5
const cases = [
0 commit comments