MCPcopy Create free account
hub / github.com/github/gh-aw / cleanup

Function cleanup

scripts/changeset.test.js:96–102  ·  view source on GitHub ↗

* Clean up test directory

()

Source from the content-addressed store, hash-verified

94 * Clean up test directory
95 */
96function cleanup() {
97 try {
98 fs.rmSync(TEST_DIR, { recursive: true, force: true });
99 } catch (error) {
100 console.error("Cleanup failed:", error.message);
101 }
102}
103
104// Run tests
105function runTests() {

Callers 2

runTestsFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected