aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 8c9b59cf5..cca24440f 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,3 +1,8 @@
1module.exports = { 1module.exports = {
2 roots: ['src'], 2 roots: ['src'],
3 testPathIgnorePatterns: [
4 'node_modules/',
5 'recipes/',
6 'src/internal-server',
7 ]
3}; 8};