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

File staleOutputStatusBarProvider.unit.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 13

createMockCellFunction · 0.90
createMockOutputFunction · 0.90
computeHashFunction · 0.90
resetVSCodeMocksFunction · 0.90
activateMethod · 0.65
onceMethod · 0.65
toStringMethod · 0.65
setMethod · 0.65
hasMethod · 0.65
cleanupHashesMethod · 0.45

Tested by

no test coverage detected