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

File deepnoteSerializer.unit.test.ts

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

Source from the content-addressed store, hash-verified

1import { deserializeDeepnoteFile, serializeDeepnoteFile, type DeepnoteFile } from '@deepnote/blocks';
2import { assert } from 'chai';
3import { parse as parseYaml } from 'yaml';
4import { when } from 'ts-mockito';

Callers

nothing calls this directly

Calls 10

projectToYamlFunction · 0.85
deserializeNotebookMethod · 0.80
serializeNotebookMethod · 0.80
findCurrentNotebookIdMethod · 0.80
detectContentChangesMethod · 0.80
matchMethod · 0.80
storeOriginalProjectMethod · 0.65
decodeMethod · 0.65
pushMethod · 0.65

Tested by

no test coverage detected