فهرست منبع

test: Set Jest environment to "node" for all server tests

Michael Bromley 6 سال پیش
والد
کامیت
169ae564c0
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      packages/core/jest.config.js
  2. 1 0
      packages/email-plugin/jest.config.js

+ 1 - 0
packages/core/jest.config.js

@@ -21,4 +21,5 @@ module.exports = {
             },
         },
     },
+    testEnvironment: 'node',
 };

+ 1 - 0
packages/email-plugin/jest.config.js

@@ -21,4 +21,5 @@ module.exports = {
             },
         },
     },
+    testEnvironment: 'node',
 };