Releases: sc0ttj/tea
Releases · sc0ttj/tea
v1.0.18 Released
v1.0.17 Released
- Added
.travis.yml
- do a simple build on travis
- Added badges to repo
v1.0.16 Released
- small refactor: support running
tea
without globals:- updated code in
src/tea.js
- added
examples/no-globals.js
- updated code in
- better compatibility with TAP or tape tests: added
t.end()
- updates to TAP reporter:
- prefix test/group msg with
#
- enable indentation of TAP results if tests are grouped
- added
--no-indent
(tea.noIndent=true
) to disable indentation if needed - updated
--help
output to include--no-indent
- prefix test/group msg with
- relevant updates to README
v1.0.14 Released
- Fixes in TAP reporter
- Fixes in falsey assertions
- Updates to README:
- show tap-nyan output (fixed as a result of above work)
v1.0.13 Released
- Fixes in README:
- updated screenshot and examples to match
examples/grouped-tests.js
- updated screenshot and examples to match
v1.0.12 Released
- Updated README: properly document TAP output stuff
v1.0.11 Released
- Added TAP format results reporter (use
node ./test.js --format=tap
) - Added TAP style assertions -
t.equal(1, 2)
, etc - Fixed "actual" field not showing in test results if falsey
- Updated README and examples tests
v1.0.9
v1.0.7 Released
- Fixes in assertion "actual" and "expected" output
- Gives clearer output for (im)mutable and truthy/falsey assertions
v1.0.6 Released
- fixed
assert.isMutable
andassert.isImmutable