Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nowork-studio/NotFair
/ slug.test.ts
File
slug.test.ts
notfair-cmo/src/lib/slug.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
{ isValidSlug, slugify } from
"./slug"
;
3
4
describe(
"slugify"
, () => {
Callers
nothing calls this directly
Calls
2
slugify
Function · 0.90
isValidSlug
Function · 0.90
Tested by
no test coverage detected