Merge pull request #119 from brooksvb/patch-1

Fix unterminated statement
This commit is contained in:
Skyler Kehren
2020-01-23 20:51:33 +02:00
committed by GitHub

View File

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