MCPcopy Create free account
hub / github.com/decaporg/decap-cms / setupProxyTest

Function setupProxyTest

cypress/plugins/proxy.js:88–92  ·  view source on GitHub ↗
(taskData)

Source from the content-addressed store, hash-verified

86}
87
88async function setupProxyTest(taskData) {
89 await initRepo(taskData.tempDir);
90 serverProcess = await startServer(taskData.tempDir, taskData.mode);
91 return null;
92}
93
94async function teardownProxyTest(taskData) {
95 if (serverProcess) {

Callers 1

setupBackendTestFunction · 0.85

Calls 2

initRepoFunction · 0.85
startServerFunction · 0.85

Tested by

no test coverage detected