MCPcopy Create free account
hub / github.com/alibaba/open-code-review / removeFixture

Function removeFixture

scripts/github-actions/action-contract.test.js:263–265  ·  view source on GitHub ↗
(fixture)

Source from the content-addressed store, hash-verified

261}
262
263function removeFixture(fixture) {
264 fs.rmSync(fixture.dir, { recursive: true, force: true });
265}
266
267function runShell(script, env, fixture) {
268 const result = spawnSync("/bin/bash", ["--noprofile", "--norc", "-eo", "pipefail", "-c", script], {

Calls

no outgoing calls

Tested by

no test coverage detected