difftreelog
test(migration) add new field check + formatting
in: master
1 file changed
tests/src/nesting/migration-check.test.tsdiffbeforeafterboth131 nesting: null,139 nesting: null,132 });140 });141142 expect(collectionNew.externalCollection).to.be.equal(false);133143134 // Get rid of extra fields to perform comparison on the rest of the collection144 // Get rid of extra fields to perform comparison on the rest of the collection135 delete collectionNew.permissions;145 delete collectionNew.permissions;146 delete collectionNew.externalCollection;136 delete collectionOld.schemaVersion;147 delete collectionOld.schemaVersion;137 delete collectionOld.constOnChainSchema;148 delete collectionOld.constOnChainSchema;138 delete collectionOld.variableOnChainSchema;149 delete collectionOld.variableOnChainSchema;