Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfworker/cfworker
/ update
Method
update
packages/dev/src/cli/test-command.js:59–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
if
(this.args.watch) {
59
const
update = () =>
60
this.testHost.runTests(
61
this.bundler.code,
62
this.site ? this.site.manifest : null
63
);
64
this.bundler.on(
'bundle-end'
, update);
65
if
(this.site) {
66
this.site.on(
'change'
, update);
Callers
nothing calls this directly
Calls
1
runTests
Method · 0.80
Tested by
no test coverage detected