mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
tests: extend test with new schemas
This commit is contained in:
parent
5d11c6fcfb
commit
d02ca3d190
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue