Releases: sc0ttj/tea
Releases · sc0ttj/tea
v1.0.5 Released
- Fixed
assert
(object syntax, when "expected" not given)
v1.0.4 Released
Fixed all assert
methods to use the assertHarness
.
v1.0.3 - Fixed `assert` methods
assert.truthy()
- checks if something is truthyassert.falsey()
- checks if something is falseyassert.eq()
- uses the==
comparison (alias ofassert.equals()
)assert.strictEquals()
- uses the===
comparisonassert.deepEquals()
- uses thereact-fast-compare
deep equals comparisonassert.isType()
- uses atypeof
comparisonassert.isImmutable()
- checks if something is a Boolean, Number, String, Nullassert.isMutable()
- checks if something is an Object, Array, Function, Class, Map, or Setassert.isReactElement()
- checks object contains$$typeof = REACT_ELEMENT_TYPE
v1.0.2 released
README fixes:
- fixed GhostJS instructions
- fixed Unpkg.com URL in
<script>
instructions
v1.0.1 released
Fixes info in the README about directly copying/pasting into DevTools.