Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ settingsPersistence.test.ts
File
settingsPersistence.test.ts
tests/unit/settings/settingsPersistence.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, jest, afterEach } from
"@jest/globals"
;
2
import
{ DEFAULT_SETTINGS } from
"../../../src/settings/defaults"
;
3
import
{
4
buildSettingsDataForSave,
Callers
nothing calls this directly
Calls
6
getPluginDataPath
Function · 0.90
loadPluginSettingsDataWithRetry
Function · 0.90
pluginDataFileExists
Function · 0.90
buildSettingsFromLoadedData
Function · 0.90
buildSettingsDataForSave
Function · 0.90
createHost
Function · 0.70
Tested by
no test coverage detected