diff --git a/crates/typescript-tests/jest.config.cjs b/crates/typescript-tests/jest.config.cjs index 2db7cd7178dc..31ee19104421 100644 --- a/crates/typescript-tests/jest.config.cjs +++ b/crates/typescript-tests/jest.config.cjs @@ -4,7 +4,7 @@ module.exports = { testEnvironment: 'node', extensionsToTreatAsEsm: [".ts"], verbose: true, - testMatch: ['**/src/*.ts'], + testMatch: ['**/src/*.ts', '!**/src/*.d.ts'], // TODO: migrate all test files and remove this testPathIgnorePatterns: [ ".*/src/custom_section.ts$",