chore: fix use-tag e2e test
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
* Runs once after all test suites
|
||||
*/
|
||||
|
||||
module.exports = async () => {
|
||||
console.log('\n🧹 Cleaning up E2E test environment...\n');
|
||||
export default async () => {
|
||||
// Silent mode for cleaner output
|
||||
if (!process.env.JEST_SILENT_REPORTER) {
|
||||
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