is()

  • Simple equality test
is(1,1);
is(0,1);
ok 1
not ok 2
#      Got: 0
# Expected: 1