From b11bbb7480518f6cc2e36aa245012cedd685c227 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Sun, 18 Sep 2022 01:39:37 -0400 Subject: [PATCH] Add newline at end of jest config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 8cbf894..e86e13b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,4 +2,4 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', -}; \ No newline at end of file +};