Skip to content

Commit

Permalink
chore: remove javascript rules pattern from jest
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 26, 2020
1 parent fa4c1ec commit 150b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
preset: 'ts-jest/presets/js-with-babel',
testEnvironment: 'node',
testRegex: undefined,
testMatch: ['**/*.test.ts?(x)', '**/@commitlint/rules/src/*.test.js?(x)']
testMatch: ['**/*.test.ts?(x)']
};

0 comments on commit 150b5de

Please sign in to comment.