Skip to content

Commit dc1f48c

Browse files
fix test import
1 parent 2e985ff commit dc1f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/tests/serialization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from "fs";
22
import * as path from "path";
33
import * as JSON5 from "json5";
4-
import { loadJson, deepClone } from "../src";
4+
import { loadJson, deepClone } from "../src/utils/json";
55

66
// Path to the example page JSON file
77
const PAGE_PATH = path.resolve(__dirname, "../../schema/page/ex1_success.json");

0 commit comments

Comments
 (0)