Not Operator
expect( actual )
.notToBe( 4 )
.notToBeTrue();
.notToBeFalse();Last updated
Was this helpful?
expect( actual )
.notToBe( 4 )
.notToBeTrue();
.notToBeFalse();Last updated
Was this helpful?
Was this helpful?