Explorar o código

test(core): Fix warnings

Michael Bromley %!s(int64=6) %!d(string=hai) anos
pai
achega
6dafeabccc
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      packages/core/jest.config.js

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

@@ -14,4 +14,11 @@ module.exports = {
     transform: {
         '^.+\\.(t|j)s$': 'ts-jest',
     },
+    globals: {
+        'ts-jest': {
+            tsConfig: {
+                allowJs: true,
+            },
+        },
+    },
 };