Restore the env var to "unset" — `delete` matters; '' is a distinct case.
()
| 22 | |
| 23 | /** Restore the env var to "unset" — `delete` matters; '' is a distinct case. */ |
| 24 | function clearDebugEnv(): void { |
| 25 | delete process.env[DEBUG_ENV]; |
| 26 | } |
| 27 | |
| 28 | describe('attributeSourceBytes', () => { |
| 29 | it('attributes a fenced block to the file section header above it', () => { |
no outgoing calls
no test coverage detected