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