test deleteMissing with schema changes

This commit is contained in:
Gani Georgiev
2022-08-10 13:22:27 +03:00
parent ac0c23ff64
commit 65b830198b
15 changed files with 488 additions and 136 deletions
@@ -15,7 +15,7 @@
let collections = [];
let isLoadingCollections = false;
$: schema = JSON.stringify(collections, null, 2);
$: schema = JSON.stringify(collections, null, 4);
loadCollections();