(nesting, loc, name, type, testId, parentId, tags)
| 115 | } |
| 116 | |
| 117 | dequeue(nesting, loc, name, type, testId, parentId, tags) { |
| 118 | this[kEmitMessage]('test:dequeue', { |
| 119 | __proto__: null, |
| 120 | nesting, |
| 121 | name, |
| 122 | type, |
| 123 | testId, |
| 124 | parentId, |
| 125 | tags: ArrayPrototypeSlice(tags), |
| 126 | ...loc, |
| 127 | }); |
| 128 | } |
| 129 | |
| 130 | start(nesting, loc, name, testId, parentId, tags) { |
| 131 | this[kEmitMessage]('test:start', { |
no outgoing calls
no test coverage detected