From b456700053c87aa7d6b31d212292755e1e6eb923 Mon Sep 17 00:00:00 2001 From: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:31:11 +0000 Subject: [PATCH] lint --- jest.config.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jest.config.ts b/jest.config.ts index aaa71f9..39b6cbb 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,12 +1,12 @@ module.exports = { - clearMocks: true, - moduleFileExtensions: ['js', 'ts'], - roots: [''], - testEnvironment: 'node', - testMatch: ['**/*.test.ts'], - testRunner: 'jest-circus/runner', - transform: { - '^.+\\.ts$': 'ts-jest' - }, - verbose: true - } \ No newline at end of file + clearMocks: true, + moduleFileExtensions: ['js', 'ts'], + roots: [''], + testEnvironment: 'node', + testMatch: ['**/*.test.ts'], + testRunner: 'jest-circus/runner', + transform: { + '^.+\\.ts$': 'ts-jest' + }, + verbose: true +}