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