refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plugin (#9798)

This commit is contained in:
Vladimír Gorej
2024-04-10 12:11:51 +02:00
committed by GitHub
parent 46c849b0b3
commit 3b72ee18bc
27 changed files with 56 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
* @prettier
*/
import Model from "../../../../src/core/components/model"
import Model from "../../../../src/core/plugins/json-schema-5/components/model"
describe("getModelName", () => {
const model = new Model()