Skip to content

Commit 039eb60

Browse files
authored
test: execute tests from all packages (#923)
1 parent ece5efd commit 039eb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
testRegex: undefined,
55
testMatch: [
66
'**/*.test.ts?(x)',
7-
'**/@commitlint/{lint,read,travis-cli,cli,load,prompt}/src/*.test.js?(x)',
7+
'**/@commitlint/{lint,read,travis-cli,cli,load,prompt}/src/**/*.test.js?(x)',
88
'**/@commitlint/prompt-cli/*.test.js?(x)'
99
]
1010
};

0 commit comments

Comments
 (0)