From 8f1f960923fb9b1ad582065a9e8921501233235d Mon Sep 17 00:00:00 2001 From: "codefactor-io[bot]" <47775046+codefactor-io[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 22:39:00 +0900 Subject: [PATCH] chore: [CodeFactor] Apply fixes (#326) Co-authored-by: codefactor-io --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 563d4ccb8..a977c637f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,4 +8,4 @@ module.exports = { '^.+\\.ts$': 'ts-jest' }, verbose: true -} \ No newline at end of file +};