Skip to content

Commit b28bd19

Browse files
chore(config): Fix lint error
1 parent f4e0164 commit b28bd19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jest.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
module.exports = {
22
clearMocks: true,
33
testMatch: ['**/__tests__/**/*.{js,ts}?(x)', '**/*.test.{js,ts}?(x)'],
4-
modulePathIgnorePatterns: [
5-
'<rootDir>/packages/*.*/dist/*.*',
6-
'<rootDir>/packages/*.*/public/*.*',
7-
],
4+
modulePathIgnorePatterns: ['<rootDir>/packages/*.*/dist/*.*', '<rootDir>/packages/*.*/public/*.*'],
85
roots: ['<rootDir>/packages'],
96
transform: {
107
'^.+\\.[jt]sx?$': 'babel-jest',

0 commit comments

Comments
 (0)