We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b844e commit 77983abCopy full SHA for 77983ab
readme.markdown
@@ -136,6 +136,12 @@ Assert that the function call `fn()` throws an exception.
136
137
Assert that the function call `fn()` does not throw an exception.
138
139
+## t.test(name, cb)
140
+
141
+Create a subtest with a new test handle `st` from `cb(st)` inside the current
142
+test `t`. `cb(st)` will only fire when `t` finishes. Additional tests queued up
143
+after `t` will not be run until all subtests finish.
144
145
## var htest = test.createHarness()
146
147
Create a new test harness instance, which is a function like `test()`, but with
0 commit comments