Skip to content

v1.0.16 Released

Compare
Choose a tag to compare
@sc0ttj sc0ttj released this 14 Mar 15:53
· 17 commits to master since this release
  • 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