Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ builder_test.ts
File
builder_test.ts
packages/fresh/src/dev/builder_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, fn } from
"@std/expect"
;
2
import
* as path from
"@std/path"
;
3
import
{ Builder, specToName } from
"./builder.ts"
;
4
import
{ App } from
"../app.ts"
;
Callers
nothing calls this directly
Calls
15
integrationTest
Function · 0.90
withTmpDir
Function · 0.90
specToName
Function · 0.90
staticFiles
Function · 0.90
writeFiles
Function · 0.90
withChildProcessServer
Function · 0.90
getStdOutput
Function · 0.90
fn
Function · 0.85
onTransformStaticFile
Method · 0.80
build
Method · 0.80
readTextFile
Method · 0.80
registerIsland
Method · 0.80
Tested by
no test coverage detected