Skip to content

Commit a6d4425

Browse files
committed
thjs-64: - Removed redundant config
1 parent 6a6c786 commit a6d4425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/jest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/* eslint-disable import/no-default-export */
12
import { pathsToModuleNameMapper } from 'ts-jest';
3+
24
import tsconfigJson from './tsconfig.json' assert { type: 'json' };
35

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

0 commit comments

Comments
 (0)