Skip to content

Commit 150b5de

Browse files
committed
chore: remove javascript rules pattern from jest
1 parent fa4c1ec commit 150b5de

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
@@ -2,5 +2,5 @@ module.exports = {
22
preset: 'ts-jest/presets/js-with-babel',
33
testEnvironment: 'node',
44
testRegex: undefined,
5-
testMatch: ['**/*.test.ts?(x)', '**/@commitlint/rules/src/*.test.js?(x)']
5+
testMatch: ['**/*.test.ts?(x)']
66
};

0 commit comments

Comments
 (0)