Skip to content
Martin 'Hasan' Bramwell edited this page Sep 13, 2015 · 22 revisions

http://i.imgur.com/VX85WIE.png http://imgur.com/delete/npq48RQUWcx4A55

http://i.imgur.com/jY7A8kc.png http://imgur.com/delete/v3Bvzto9S8a5vBJ

http://i.imgur.com/LY7yErF.png http://imgur.com/delete/vT1QbDEi93leOVU

/**

  • Simply verifies that true equals true
  • @name sanityCheckEQ
  • @memberof Tinytest
  • @function
  • @param test {Tinytest} Check Equality
  • @return {None} */ Tinytest.add('Check Equality', function sanityCheckEQ(test) { test.equal(true, true); });

/**

  • [sanityCheckNEQ description]
  • @param {[type]} test) { test.notEqual(true, false);} [description]
  • @return {[type]} [description] */
Clone this wiki locally