Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electerm/electerm
/ ftp.spec.js
File
ftp.spec.js
test/unit/ftp.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ test, expect } = require(
'@playwright/test'
)
2
const
{ Ftp } = require(
'../../src/app/server/session-ftp'
)
3
const
{ spawn } = require(
'child_process'
)
4
const
path = require(
'path'
)
Callers
nothing calls this directly
Calls
15
require
Function · 0.85
resolve
Function · 0.85
expect
Function · 0.85
test
Function · 0.70
describe
Method · 0.45
on
Method · 0.45
kill
Method · 0.45
connect
Method · 0.45
getHomeDir
Method · 0.45
mkdir
Method · 0.45
list
Method · 0.45
rmdir
Method · 0.45
Tested by
no test coverage detected