()
| 305 | } |
| 306 | |
| 307 | export function initialize() { |
| 308 | resetVSCodeMocks(); |
| 309 | |
| 310 | // In ESM, module mocking is handled by the mocha-esm-loader.js |
| 311 | // No need to override Module._load anymore |
| 312 | } |
| 313 | |
| 314 | // Initialize mocks at module load time to ensure they're available when the mocha-esm-loader |
| 315 | // creates the vscode module exports |
no test coverage detected