arvid-e 7 месяцев назад
Родитель
Сommit
d0b154a478
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      apps/app/jest.config.js

+ 2 - 0
apps/app/jest.config.js

@@ -19,6 +19,7 @@ module.exports = {
       transform: {
         '^.+\\.(t|j)sx?$': '@swc-node/jest',
       },
+
       rootDir: '.',
       roots: ['<rootDir>'],
       testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/test/integration/**/*.test.js'],
@@ -39,6 +40,7 @@ module.exports = {
       transform: {
         '^.+\\.(t|j)sx?$': '@swc-node/jest',
       },
+      
       rootDir: '.',
       roots: ['<rootDir>'],
       testMatch: ['<rootDir>/test/integration/**/v5.*.test.ts', '<rootDir>/test/integration/**/v5.*.test.js'],