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