MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / initialize

Function initialize

src/test/vscode-mock.ts:307–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307export 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

Callers 2

unittests.tsFile · 0.90

Calls 1

resetVSCodeMocksFunction · 0.85

Tested by

no test coverage detected