Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenCoworkAI/open-codesign
/ after-pack-prune.test.mjs
File
after-pack-prune.test.mjs
apps/desktop/scripts/after-pack-prune.test.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, mkdtemp, readdir, rm, stat, writeFile } from
'node:fs/promises'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
path from
'node:path'
;
4
import
{ describe, expect, it } from
'vitest'
;
Callers
nothing calls this directly
Calls
3
touch
Function · 0.85
rm
Function · 0.85
exists
Function · 0.70
Tested by
no test coverage detected