Fix unterminated statement

This commit is contained in:
Brooks Van Buren
2020-01-23 13:05:32 -05:00
committed by GitHub
parent ca51c47c28
commit d107b4247a

View File

@@ -58,6 +58,6 @@ before(() => {
after(() => {
process.exit();
})
});
export const helper = new IntegrationTestHelper();