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

Function teardownGitLab

cypress/plugins/gitlab.js:181–187  ·  view source on GitHub ↗
(taskData)

Source from the content-addressed store, hash-verified

179}
180
181async function teardownGitLab(taskData) {
182 if (process.env.RECORD_FIXTURES) {
183 await deleteRepositories(taskData);
184 }
185
186 return null;
187}
188
189async function setupGitLabTest(taskData) {
190 if (process.env.RECORD_FIXTURES) {

Callers 1

teardownBackendFunction · 0.85

Calls 1

deleteRepositoriesFunction · 0.70

Tested by

no test coverage detected