| 1 | // This verifies that if pure imports are used |
| 2 | // then we DON'T auto-wire up the afterEach for folks |
| 3 | describe('error output suppression (pure) tests', () => { |
| 4 | const originalConsoleError = console.error |
nothing calls this directly
no test coverage detected