diff --git a/e2e/jest.config.js b/e2e/jest.config.js index 2ce70c5dc7..fef46c6df5 100644 --- a/e2e/jest.config.js +++ b/e2e/jest.config.js @@ -3,7 +3,7 @@ module.exports = { transform: { '\\.ts$': '/dist/index.js', }, - testMatch: ['/e2e/__tests__/**/?(*.)+(spec|test).ts?(x)'], + testMatch: ['/e2e/__tests__/**/*.test.ts'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'], testEnvironment: 'node', snapshotSerializers: [