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

File deepnoteNewCellLanguageService.unit.test.ts

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

Source from the content-addressed store, hash-verified

1import { expect } from 'chai';
2import { anything, verify, when } from 'ts-mockito';
3import { Disposable, NotebookCellKind, TextDocument } from 'vscode';
4

Callers

nothing calls this directly

Calls 9

resetVSCodeMocksFunction · 0.90
createMockNotebookFunction · 0.90
createMockCellFunction · 0.90
resolveMethod · 0.65
disposeMethod · 0.65
activateMethod · 0.65
onceMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected