Skip to content

Commit 8ba437a

Browse files
committed
test: match prompt-cli tests correctly
1 parent c9a1f2c commit 8ba437a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
testRegex: undefined,
55
testMatch: [
66
'**/*.test.ts?(x)',
7-
'**/@commitlint/{lint,read,travis-cli,cli,prompt-cli,load}/src/*.test.js?(x)'
7+
'**/@commitlint/{lint,read,travis-cli,cli,load}/src/*.test.js?(x)',
8+
'**/@commitlint/prompt-cli/*.test.js?(x)'
89
]
910
};

0 commit comments

Comments
 (0)