Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactnativecn/react-native-update
/ globalSetup.js
File
globalSetup.js
Example/testHotUpdate/e2e/globalSetup.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
http = require(
'http'
);
3
const
path = require(
'path'
);
4
const
{ spawn, spawnSync } = require(
'child_process'
);
Callers
nothing calls this directly
Calls
5
resolve
Method · 0.80
killExistingServer
Function · 0.70
runPrepareScript
Function · 0.70
startServer
Function · 0.70
waitForServer
Function · 0.70
Tested by
no test coverage detected