Skip to content

Commit d14e4d8

Browse files
committed
Added README.md docs.
1 parent 56344c3 commit d14e4d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,10 @@ Plan how many assertion there are in the test. The test will fail if the actual
875875

876876
End the test. Only works with `test.cb()`.
877877

878+
###### `t.log(message)`
879+
880+
Print a log message contextually alongside the test result instead of immediately streaming the message to stdout like `console.log`.
881+
878882
## Assertions
879883

880884
Assertions are mixed into the [execution object](#t) provided to each test implementation:

0 commit comments

Comments
 (0)