(expectation = undefined)
| 98 | } |
| 99 | |
| 100 | getXFail(expectation = undefined) { |
| 101 | return { __proto__: null, expectFailure: expectation ?? true }; |
| 102 | } |
| 103 | |
| 104 | enqueue(nesting, loc, name, type, testId, parentId, tags) { |
| 105 | this[kEmitMessage]('test:enqueue', { |