yohei0125 4 tahun lalu
induk
melakukan
466a7cdc0b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/app/jest.config.js

+ 1 - 1
packages/app/jest.config.js

@@ -39,7 +39,7 @@ module.exports = {
       roots: ['<rootDir>'],
       testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/test/integration/**/*.test.js'],
       // https://regex101.com/r/nErofj/1
-      modulePathIgnorePatterns: ['<rootDir>/test/integration//*.*/v5(..*)*.[t|j]s'],
+      modulePathIgnorePatterns: ['<rootDir>/test/integration/*.*/v5(..*)*.[t|j]s'],
       testEnvironment: 'node',
       globalSetup: '<rootDir>/test/integration/global-setup.js',
       globalTeardown: '<rootDir>/test/integration/global-teardown.js',