()
| 220 | let _expect: ExpectStatic | undefined |
| 221 | Object.defineProperty(context, 'expect', { |
| 222 | get() { |
| 223 | if (!_expect) { |
| 224 | _expect = createExpect(context.task) |
| 225 | } |
| 226 | return _expect |
| 227 | }, |
| 228 | }) |
| 229 | Object.defineProperty(context, '_local', { |
| 230 | get() { |
no test coverage detected