mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 08:03:14 +00:00
core: prevent share tests from cleaning up storage used by other tests
This commit is contained in:
@@ -259,11 +259,4 @@ describe.concurrent("core.share", () => {
|
||||
|
||||
await Share.remove({ id: share.id, secret: share.secret })
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
const files = await Storage.list()
|
||||
for (const file of files) {
|
||||
Storage.remove(file)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user