Assert.prototype.notPropContains(actual: unknown,expected: unknown,message?: string): void
Asserts that actual does NOT contain all own enumerable properties
from expected with matching values. Inverse of Assert.prototype.propContains.