MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / openInDeepnoteHandler.node.unit.test.ts

File openInDeepnoteHandler.node.unit.test.ts

src/notebooks/deepnote/openInDeepnoteHandler.node.unit.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert } from 'chai';
2import * as sinon from 'sinon';
3import { instance, mock, when, anything } from 'ts-mockito';
4import { Uri, TextDocument, TextEditor, NotebookDocument, NotebookEditor } from 'vscode';

Callers

nothing calls this directly

Calls 14

resetVSCodeMocksFunction · 0.90
createMockNotebookEditorFunction · 0.85
stubFsForDeepnoteFunction · 0.85
callbackFunction · 0.85
createMockTextEditorFunction · 0.85
handleOpenInDeepnoteMethod · 0.80
resetMethod · 0.65
activateMethod · 0.65
resolveMethod · 0.65
executeCommandMethod · 0.65
registerCommandMethod · 0.45
fileMethod · 0.45

Tested by

no test coverage detected