From 87846ba5e18c6a9c58b34482706fec158d7f3fdc Mon Sep 17 00:00:00 2001
From: Josh Gross <jogros@microsoft.com>
Date: Thu, 31 Oct 2019 14:03:19 -0400
Subject: [PATCH] Add newline at end of file

---
 jest.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jest.config.js b/jest.config.js
index fa550fc..a8bdc08 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -19,4 +19,4 @@ process.stdout.write = (str, encoding, cb) => {
   } else {
     return processStdoutWrite(str.replace(/::/g, ":"), encoding, cb);
   }
-}
\ No newline at end of file
+}