ee test prep

This commit is contained in:
Peter Steinberger 2025-05-25 02:27:45 +02:00
parent b029504f2f
commit 841045edbb

View file

@ -6,7 +6,7 @@ module.exports = {
transform: { transform: {
'^.+\\.ts$': ['ts-jest', { '^.+\\.ts$': ['ts-jest', {
useESM: true, useESM: true,
tsconfig: 'tsconfig.jest.json' tsconfig: '<rootDir>/tsconfig.jest.json'
}] }]
}, },
moduleNameMapper: { moduleNameMapper: {
@ -16,6 +16,7 @@ module.exports = {
testMatch: [ testMatch: [
'**/tests/unit/**/*.test.ts', '**/tests/unit/**/*.test.ts',
'**/tests/integration/**/*.test.ts', '**/tests/integration/**/*.test.ts',
'peekaboo-cli/tests/e2e/**/*.test.ts',
], ],
collectCoverageFrom: [ collectCoverageFrom: [
'src/**/*.ts', 'src/**/*.ts',