Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lingodotdev/lingo.dev
/ buckets.spec.ts
File
buckets.spec.ts
packages/cli/src/cli/utils/buckets.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach } from
"vitest"
;
2
import
{ getBuckets } from
"./buckets"
;
3
import
* as pkg from
"glob"
;
4
import
type
{ Path } from
"glob"
;
Callers
nothing calls this directly
Calls
4
getBuckets
Function · 0.90
normalizePaths
Function · 0.90
mockGlobSync
Function · 0.85
makeI18nConfig
Function · 0.85
Tested by
no test coverage detected