From d107b4247afb916265bfddc4ba61b4e9c9b208b9 Mon Sep 17 00:00:00 2001 From: Brooks Van Buren Date: Thu, 23 Jan 2020 13:05:32 -0500 Subject: [PATCH] Fix unterminated statement --- test/integration/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/helper.ts b/test/integration/helper.ts index b4dc5e7..8d9c28e 100644 --- a/test/integration/helper.ts +++ b/test/integration/helper.ts @@ -58,6 +58,6 @@ before(() => { after(() => { process.exit(); -}) +}); export const helper = new IntegrationTestHelper();