Skip to content

Releases: sc0ttj/tea

v1.0.18 Released

25 Mar 10:32
Compare
Choose a tag to compare

Updates to npm package settings:

  • removed image assets from repo
  • updated "files" field in package.json
  • added "main:umd" field
  • added "es2015" field (for angular)

v1.0.17 Released

17 Mar 10:31
Compare
Choose a tag to compare
  • Added .travis.yml
    • do a simple build on travis
  • Added badges to repo

v1.0.16 Released

14 Mar 15:53
Compare
Choose a tag to compare
  • small refactor: support running tea without globals:
    • updated code in src/tea.js
    • added examples/no-globals.js
  • 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
  • relevant updates to README

v1.0.14 Released

13 Mar 15:50
Compare
Choose a tag to compare
  • 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

11 Mar 14:48
Compare
Choose a tag to compare
  • Fixes in README:
    • updated screenshot and examples to match examples/grouped-tests.js

v1.0.12 Released

10 Mar 19:30
Compare
Choose a tag to compare
  • Updated README: properly document TAP output stuff

v1.0.11 Released

10 Mar 00:33
Compare
Choose a tag to compare
  • 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

09 Mar 13:10
Compare
Choose a tag to compare
  • Fix using "expected" param with tests:
  • fixed passing "expected" param to test() func
  • fixed failing tests with expected param: show "FAIL" msg
  • fixed passing tests with expected param: show "PASS" msg
  • updated examples/simple-test.js

v1.0.7 Released

09 Mar 00:40
Compare
Choose a tag to compare
  • Fixes in assertion "actual" and "expected" output
  • Gives clearer output for (im)mutable and truthy/falsey assertions

v1.0.6 Released

09 Mar 00:06
Compare
Choose a tag to compare
  • fixed assert.isMutable and assert.isImmutable