From 7d062d1cc49b9bdbb85d1ff97aa06e256a8c211c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 28 Jan 2023 04:38:48 +0100 Subject: [PATCH] clean jest.config.js --- dht-node/jest.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dht-node/jest.config.js b/dht-node/jest.config.js index b59bc1387..10c87bddb 100644 --- a/dht-node/jest.config.js +++ b/dht-node/jest.config.js @@ -9,11 +9,6 @@ module.exports = { modulePathIgnorePatterns: ['/build/'], moduleNameMapper: { '@/(.*)': '/src/$1', - '@arg/(.*)': '/src/graphql/arg/$1', - '@enum/(.*)': '/src/graphql/enum/$1', - '@model/(.*)': '/src/graphql/model/$1', - '@union/(.*)': '/src/graphql/union/$1', - '@repository/(.*)': '/src/typeorm/repository/$1', '@test/(.*)': '/test/$1', '@entity/(.*)': process.env.NODE_ENV === 'development'