We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e985ff commit dc1f48cCopy full SHA for dc1f48c
typescript/tests/serialization.test.ts
@@ -1,7 +1,7 @@
1
import * as fs from "fs";
2
import * as path from "path";
3
import * as JSON5 from "json5";
4
-import { loadJson, deepClone } from "../src";
+import { loadJson, deepClone } from "../src/utils/json";
5
6
// Path to the example page JSON file
7
const PAGE_PATH = path.resolve(__dirname, "../../schema/page/ex1_success.json");
0 commit comments