We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c786 commit a6d4425Copy full SHA for a6d4425
server/jest.config.ts
@@ -1,4 +1,6 @@
1
+/* eslint-disable import/no-default-export */
2
import { pathsToModuleNameMapper } from 'ts-jest';
3
+
4
import tsconfigJson from './tsconfig.json' assert { type: 'json' };
5
6
const manageKey = (key: string): string => {
@@ -22,7 +24,6 @@ export default {
22
24
testMatch: ['<rootDir>/tests/test-cases/**/*.test.ts'],
23
25
transformIgnorePatterns: ['node_modules/'],
26
testPathIgnorePatterns: ['node_modules/', 'dist/'],
- setupFilesAfterEnv: ['<rootDir>/tests/helpers/app-setup/app-setup.helper.ts'],
27
moduleNameMapper: manageMapper(
28
pathsToModuleNameMapper(tsconfigJson.compilerOptions.paths, {
29
prefix: '<rootDir>/'
0 commit comments