| 1 | 'use strict'; |
| 2 | // Copy console accessor because requiring ../common touches it |
| 3 | const consoleDescriptor = Object.getOwnPropertyDescriptor(global, 'console'); |
| 4 | Object.defineProperty(global, 'console', { |
nothing calls this directly
no test coverage detected