We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4c1ec commit 150b5deCopy full SHA for 150b5de
jest.config.js
@@ -2,5 +2,5 @@ module.exports = {
2
preset: 'ts-jest/presets/js-with-babel',
3
testEnvironment: 'node',
4
testRegex: undefined,
5
- testMatch: ['**/*.test.ts?(x)', '**/@commitlint/rules/src/*.test.js?(x)']
+ testMatch: ['**/*.test.ts?(x)']
6
};
0 commit comments