mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
test: ensure testSetup.cleanup is called
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f0e6f6150d
commit
a6734cc58f
14 changed files with 55 additions and 28 deletions
|
@ -23,6 +23,7 @@ describe('Register and Login', () => {
|
|||
|
||||
afterEach(async () => {
|
||||
await testSetup.app.close();
|
||||
await testSetup.cleanup();
|
||||
});
|
||||
|
||||
test('a user can successfully create a local account and log in', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue