tests: extend test with new schemas

This commit is contained in:
Klein Petr 2024-09-12 18:11:39 +02:00
parent 5d11c6fcfb
commit d02ca3d190

View file

@ -22,6 +22,11 @@ async function loadSchemas() {
const matrix = {
categories: "category",
projects: "project",
assets: "asset",
ecosystems: "ecosystem",
features: "feature",
usecases: "usecase",
ranks: "rank",
};
const schemaDir = "./schema";