Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ deepnoteProjectUtils.unit.test.ts
File
deepnoteProjectUtils.unit.test.ts
src/notebooks/deepnote/deepnoteProjectUtils.unit.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert } from
'chai'
;
2
import
* as sinon from
'sinon'
;
3
import
{ anything, instance, mock, when } from
'ts-mockito'
;
4
import
{ Uri, workspace } from
'vscode'
;
Callers
nothing calls this directly
Calls
6
resetVSCodeMocks
Function · 0.90
readDeepnoteProjectFile
Function · 0.90
readFile
Method · 0.65
resolve
Method · 0.65
file
Method · 0.45
from
Method · 0.45
Tested by
no test coverage detected