diff --git a/jest.config.cjs b/jest.config.cjs index c68fde0..2507d0f 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -6,7 +6,7 @@ module.exports = { transform: { '^.+\\.ts$': ['ts-jest', { useESM: true, - tsconfig: 'tsconfig.jest.json' + tsconfig: '/tsconfig.jest.json' }] }, moduleNameMapper: { @@ -16,6 +16,7 @@ module.exports = { testMatch: [ '**/tests/unit/**/*.test.ts', '**/tests/integration/**/*.test.ts', + 'peekaboo-cli/tests/e2e/**/*.test.ts', ], collectCoverageFrom: [ 'src/**/*.ts',