Skip to content

Commit

Permalink
thjs-64: - Removed redundant config
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuerBague committed Dec 18, 2023
1 parent 6a6c786 commit a6d4425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable import/no-default-export */
import { pathsToModuleNameMapper } from 'ts-jest';

import tsconfigJson from './tsconfig.json' assert { type: 'json' };

const manageKey = (key: string): string => {
Expand All @@ -22,7 +24,6 @@ export default {
testMatch: ['<rootDir>/tests/test-cases/**/*.test.ts'],
transformIgnorePatterns: ['node_modules/'],
testPathIgnorePatterns: ['node_modules/', 'dist/'],
setupFilesAfterEnv: ['<rootDir>/tests/helpers/app-setup/app-setup.helper.ts'],
moduleNameMapper: manageMapper(
pathsToModuleNameMapper(tsconfigJson.compilerOptions.paths, {
prefix: '<rootDir>/'
Expand Down

0 comments on commit a6d4425

Please sign in to comment.