chore: improve add-task command e2e test
This commit is contained in:
11
tests/e2e/setup/global-teardown.js
Normal file
11
tests/e2e/setup/global-teardown.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Global teardown for E2E tests
|
||||
* Runs once after all test suites
|
||||
*/
|
||||
|
||||
module.exports = async () => {
|
||||
console.log('\n🧹 Cleaning up E2E test environment...\n');
|
||||
|
||||
// Any global cleanup needed
|
||||
// Note: Individual test directories are cleaned up in afterEach hooks
|
||||
};
|
||||
Reference in New Issue
Block a user