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

File deepnoteFileChangeWatcher.unit.test.ts

src/notebooks/deepnote/deepnoteFileChangeWatcher.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 { anything, instance, mock, when } from 'ts-mockito';
4import { Disposable, EventEmitter, FileSystemWatcher, NotebookCellKind, NotebookDocument, Uri } from 'vscode';

Callers

nothing calls this directly

Calls 15

resetVSCodeMocksFunction · 0.90
applyEditMethod · 0.80
readSnapshotMethod · 0.80
onFileWrittenMethod · 0.80
createMockNotebookFunction · 0.70
setupMockFsFunction · 0.70
waitForFunction · 0.70
disposeMethod · 0.65
resolveMethod · 0.65
saveMethod · 0.65
activateMethod · 0.65
readFileMethod · 0.65

Tested by

no test coverage detected