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

Function teardownGitHub

cypress/plugins/github.js:263–269  ·  view source on GitHub ↗
(taskData)

Source from the content-addressed store, hash-verified

261}
262
263async function teardownGitHub(taskData) {
264 if (process.env.RECORD_FIXTURES) {
265 await deleteRepositories(taskData);
266 }
267
268 return null;
269}
270
271async function setupGitHubTest(taskData) {
272 if (process.env.RECORD_FIXTURES) {

Callers 1

teardownBackendFunction · 0.85

Calls 1

deleteRepositoriesFunction · 0.70

Tested by

no test coverage detected