mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
core: prevent share tests from cleaning up storage used by other tests
This commit is contained in:
parent
c950d59047
commit
993422c6af
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue