summaryrefslogtreecommitdiff
path: root/server/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/jest.config.js')
-rw-r--r--server/jest.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/jest.config.js b/server/jest.config.js
index 758fa13..6f79391 100644
--- a/server/jest.config.js
+++ b/server/jest.config.js
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
- testEnvironment: 'node'
+ testEnvironment: 'node',
+ modulePathIgnorePatterns: ['dist']
}