Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ pluralize.test.ts
File
pluralize.test.ts
packages/utils/shared/pluralize.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ depluralize, pluralize } from
'./pluralize.js'
;
3
4
describe(
'pluralize'
, () => {
Callers
nothing calls this directly
Calls
3
describe
Function · 0.85
pluralize
Function · 0.70
depluralize
Function · 0.70
Tested by
no test coverage detected