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

File deepnoteExplorerView.unit.test.ts

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

Source from the content-addressed store, hash-verified

1import { deserializeDeepnoteFile, ExecutableBlock, serializeDeepnoteFile, type DeepnoteFile } from '@deepnote/blocks';
2import { assert, expect } from 'chai';
3import * as sinon from 'sinon';
4import { anything, instance, mock, verify, when } from 'ts-mockito';

Callers

nothing calls this directly

Calls 15

resetVSCodeMocksFunction · 0.90
createUuidMockFunction · 0.85
revealActiveNotebookMethod · 0.80
refreshExplorerMethod · 0.80
openNotebookDocumentMethod · 0.80
newProjectMethod · 0.80
importJupyterNotebookMethod · 0.80
renameNotebookMethod · 0.80
deleteNotebookMethod · 0.80
duplicateNotebookMethod · 0.80
renameProjectMethod · 0.80

Tested by

no test coverage detected