We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56344c3 commit d14e4d8Copy full SHA for d14e4d8
readme.md
@@ -875,6 +875,10 @@ Plan how many assertion there are in the test. The test will fail if the actual
875
876
End the test. Only works with `test.cb()`.
877
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
882
## Assertions
883
884
Assertions are mixed into the [execution object](#t) provided to each test implementation:
0 commit comments