Skip to content

Releases: sc0ttj/tea

v1.0.5 Released

08 Mar 23:47
Compare
Choose a tag to compare
  • Fixed assert (object syntax, when "expected" not given)

v1.0.4 Released

08 Mar 23:40
Compare
Choose a tag to compare

Fixed all assert methods to use the assertHarness.

v1.0.3 - Fixed `assert` methods

08 Mar 23:16
Compare
Choose a tag to compare
  • assert.truthy() - checks if something is truthy
  • assert.falsey() - checks if something is falsey
  • assert.eq() - uses the == comparison (alias of assert.equals())
  • assert.strictEquals() - uses the === comparison
  • assert.deepEquals() - uses the react-fast-compare deep equals comparison
  • assert.isType() - uses a typeof comparison
  • assert.isImmutable() - checks if something is a Boolean, Number, String, Null
  • assert.isMutable() - checks if something is an Object, Array, Function, Class, Map, or Set
  • assert.isReactElement() - checks object contains $$typeof = REACT_ELEMENT_TYPE

v1.0.2 released

08 Mar 14:53
Compare
Choose a tag to compare

README fixes:

  • fixed GhostJS instructions
  • fixed Unpkg.com URL in <script> instructions

v1.0.1 released

08 Mar 13:01
Compare
Choose a tag to compare

Fixes info in the README about directly copying/pasting into DevTools.