initial commit
This commit is contained in:
12
test/e2e/global-teardown.js
Normal file
12
test/e2e/global-teardown.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Global teardown for E2E tests.
|
||||
* Runs once after all tests.
|
||||
*/
|
||||
|
||||
async function globalTeardown() {
|
||||
// Cleanup can be added here if needed
|
||||
// For now, we keep test users in the database for debugging
|
||||
console.log('[test] Global teardown complete')
|
||||
}
|
||||
|
||||
export default globalTeardown
|
||||
Reference in New Issue
Block a user