@hatch:test v0.2.0
Tiny test runner for *.spec.wren files.
$
hatch add @hatch:test
Tiny test runner for *.spec.wren files.
Test.static describe(name, body)
Test.static it(name, body)
Test.static filter
Test.static filter=(value)
Test.static reporter
Test.static reporter=(value)
Test.static run()
Test.static cases_
Test.static currentGroup_
Test.static emitEvent_(kind, group, name, message, durationMs)
Test.static emitSummary_(passed, failed, skipped, durationMs)
Test.static formatMs_(ms)
Test.static jsonString_(s)