fix(core): update
This commit is contained in:
		@@ -38,7 +38,13 @@ export const testFire = <
 | 
				
			|||||||
    if (comparisonResult.divergingProperties.length > 0) {
 | 
					    if (comparisonResult.divergingProperties.length > 0) {
 | 
				
			||||||
      console.log(`The following properties diverged:`);
 | 
					      console.log(`The following properties diverged:`);
 | 
				
			||||||
      console.log(comparisonResult.divergingProperties);
 | 
					      console.log(comparisonResult.divergingProperties);
 | 
				
			||||||
      throwErrorBool = true;
 | 
					      for (const divProperty of comparisonResult.divergingProperties) {
 | 
				
			||||||
 | 
					        if (divProperty !== 'maydiverge') {
 | 
				
			||||||
 | 
					          throwErrorBool = true;
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					          console.log(`${divProperty} may diverge, not throwing for this one`);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (comparisonResult.missingProperties.length > 0) {
 | 
					    if (comparisonResult.missingProperties.length > 0) {
 | 
				
			||||||
      console.log(`The following properties diverged:`);
 | 
					      console.log(`The following properties diverged:`);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user