Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DialmasterOrg/Youtarr
/ configModule.test.js
File
configModule.test.js
server/modules/__tests__/configModule.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
jest.mock(
'fs'
);
2
jest.mock(
'uuid'
);
3
jest.mock(
'../../logger'
);
4
jest.mock(
'child_process'
);
Callers
nothing calls this directly
Calls
15
getConfig
Method · 0.80
isPlatformDeployment
Method · 0.80
isElfhostedPlatform
Method · 0.80
updateConfig
Method · 0.80
saveConfig
Method · 0.80
stopWatchingConfig
Method · 0.80
deepMerge
Method · 0.80
getCookiesPath
Method · 0.80
getCookiesStatus
Method · 0.80
writeCustomCookiesFile
Method · 0.80
deleteCustomCookiesFile
Method · 0.80
getStorageStatus
Method · 0.80
Tested by
no test coverage detected