Skip to content

Commit 50cb071

Browse files
committed
chore: cleanup test
1 parent 91feaa4 commit 50cb071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,5 +361,8 @@ test('Lists site stores', async () => {
361361
siteID,
362362
})
363363

364+
await server.stop()
365+
await fs.rm(directory.path, { force: true, recursive: true })
366+
364367
expect(stores).toStrictEqual(['coldplay', 'phoenix'])
365368
})

0 commit comments

Comments
 (0)