lint: Add missing semicolon to test helper

This commit is contained in:
Blade Barringer 2016-03-13 22:06:09 -05:00
parent 6ce0893edc
commit 278b972c61

View file

@ -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 () {