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

Function resetRepositories

cypress/plugins/gitlab.js:142–144  ·  view source on GitHub ↗
({ owner, repo, tempDir })

Source from the content-addressed store, hash-verified

140}
141
142async function resetRepositories({ owner, repo, tempDir }) {
143 await resetOriginRepo({ owner, repo, tempDir });
144}
145
146async function setupGitLab(options) {
147 if (process.env.RECORD_FIXTURES) {

Callers 2

setupGitLabTestFunction · 0.70
teardownGitLabTestFunction · 0.70

Calls 1

resetOriginRepoFunction · 0.70

Tested by

no test coverage detected