Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ build-config.test.js
File
build-config.test.js
scripts/build-config.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ isAgentEnabled, resolveAgentEnabled, applyAgentManifest } from
"./build-config.js"
;
3
4
describe(
"构建配置 - agent 开关"
, () => {
Callers
nothing calls this directly
Calls
4
isAgentEnabled
Function · 0.90
resolveAgentEnabled
Function · 0.90
applyAgentManifest
Function · 0.90
makeManifest
Function · 0.85
Tested by
no test coverage detected