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

Function removeFixture

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

Source from the content-addressed store, hash-verified

249}
250
251function removeFixture(fixture) {
252 fs.rmSync(fixture.dir, { recursive: true, force: true });
253}
254
255function runShell(script, env, fixture) {
256 const result = spawnSync("/bin/bash", ["--noprofile", "--norc", "-eo", "pipefail", "-c", script], {

Calls

no outgoing calls

Tested by

no test coverage detected