MCPcopy
hub / github.com/sequelize/sequelize / assert

Method assert

test/support.js:412–422  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

410 }
411
412 assert(value) {
413 console.log({
414 value,
415 props: this.properties,
416 keys: Object.keys(this.properties)
417 });
418 for (const key of Object.keys(this.properties)) {
419 console.log({ key, value: value[key], expected: this.properties[key] });
420 assertMatchesExpectation(value[key], this.properties[key]);
421 }
422 }
423}
424
425function toHaveProperties(properties) {

Callers

nothing calls this directly

Calls 2

assertMatchesExpectationFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected