(opts: any)
| 23 | } |
| 24 | |
| 25 | child(opts: any) { |
| 26 | globalSpies.child(opts) |
| 27 | return new FakeLogger({ ...this._bindings, ...opts }, this.childDeep + 1) |
| 28 | } |
| 29 | |
| 30 | info(...args: any[]) { |
| 31 | expect(this.childDeep).toBeGreaterThan(0) // Ensure child logger is used |