We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5efd commit 039eb60Copy full SHA for 039eb60
jest.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
testRegex: undefined,
5
testMatch: [
6
'**/*.test.ts?(x)',
7
- '**/@commitlint/{lint,read,travis-cli,cli,load,prompt}/src/*.test.js?(x)',
+ '**/@commitlint/{lint,read,travis-cli,cli,load,prompt}/src/**/*.test.js?(x)',
8
'**/@commitlint/prompt-cli/*.test.js?(x)'
9
]
10
};
0 commit comments