Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ expect } from
'chai'
;
2
import
{ anything, verify, when } from
'ts-mockito'
;
3
import
{ Disposable, NotebookCellKind, TextDocument } from
'vscode'
;
4
Callers
nothing calls this directly
Calls
9
resetVSCodeMocks
Function · 0.90
createMockNotebook
Function · 0.90
createMockCell
Function · 0.90
resolve
Method · 0.65
dispose
Method · 0.65
activate
Method · 0.65
once
Method · 0.65
onDidChangeNotebookDocument
Method · 0.45
forEach
Method · 0.45
Tested by
no test coverage detected