1 2 3 4 5 6 7
const vscode = { window: { onDidChangeVisibleTextEditors: jest.fn(), }, }; module.exports = vscode;