Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/actualbudget/actual
/ bankSyncUtils.test.ts
File
bankSyncUtils.test.ts
packages/desktop-client/src/components/banksync/bankSyncUtils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ generateAccount } from
'@actual-app/core/mocks'
;
2
import
{ describe, expect, it } from
'vitest'
;
3
4
import
{ getSyncSourceReadable, groupBankSyncAccounts } from
'./bankSyncUtils'
;
Callers
nothing calls this directly
Calls
4
generateAccount
Function · 0.90
groupBankSyncAccounts
Function · 0.90
getSyncSourceReadable
Function · 0.90
expect
Function · 0.85
Tested by
no test coverage detected