about summary refs log tree commit diff
path: root/jest.config.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-02-01 16:12:20 +0100
committerThibaut Girka <thib@sitedethib.com>2019-02-01 16:12:20 +0100
commite87bd6d94ad3d9ae85adc48dae9b84e961385404 (patch)
treec7bcb2d7a1403af5457e8a6f47f424c83983676a /jest.config.js
parentf611da489929d2592b61b0c0f7c870ae33782343 (diff)
parent3de63b3c351c7584e911b4839dff6395d2ccb5ec (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md
  Kept our version
- app/javascript/mastodon/features/compose/components/compose_form.js
  Two changes too close to each other, took both changes
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index dc61b9a9d..ae6c96f33 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -23,4 +23,8 @@ module.exports = {
     '!app/javascript/mastodon/test_setup.js',
   ],
   coverageDirectory: '<rootDir>/coverage',
+  moduleDirectories: [
+    '<rootDir>/node_modules',
+    '<rootDir>/app/javascript',
+  ],
 };