mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 09:22:19 +00:00
lint: Add missing semicolon to test helper
This commit is contained in:
parent
6ce0893edc
commit
278b972c61
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { resetHabiticaDB } from '../helpers/api-integration/mongo';
|
|||
|
||||
before(async () => {
|
||||
await resetHabiticaDB();
|
||||
})
|
||||
});
|
||||
|
||||
// based on https://github.com/angular/protractor/issues/114#issuecomment-29046939
|
||||
afterEach(async function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue