Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ sanitize_content.test.cjs
File
sanitize_content.test.cjs
actions/setup/js/sanitize_content.test.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, beforeAll, afterEach, vi } from
"vitest"
;
2
3
describe(
"sanitize_content.cjs"
, () => {
4
let
mockCore;
Callers
nothing calls this directly
Calls
6
sanitizeContent
Function · 0.85
sanitizeDomainName
Function · 0.85
clearRedactedDomains
Function · 0.85
getRedactedDomains
Function · 0.85
writeRedactedDomainsLog
Function · 0.85
sanitizeContentCore
Function · 0.85
Tested by
no test coverage detected