Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ paths.test.ts
File
paths.test.ts
cli/src/cli/paths.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ pathBasename, pathDirname, splitPathSegments } from
'./paths'
;
2
3
describe(
'pathDirname'
, () => {
4
it(
'returns the parent path with slashes re-escaped in segment names'
, () => {
Callers
nothing calls this directly
Calls
3
pathDirname
Function · 0.90
pathBasename
Function · 0.90
splitPathSegments
Function · 0.90
Tested by
no test coverage detected