Skip to content

Commit

Permalink
style(test): prettier Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Aug 4, 2024
1 parent a591a81 commit 4c76133
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ const configuration = {
'^.+\\.(m?[tj]sx?)$': ['ts-jest', { tsconfig: TYPESCRIPT_CONFIGURATIONS.Spec }],
},
resolver: '<rootDir>/scripts/testing/jest/moduleResolver.cjs',
testPathIgnorePatterns: [
'src/contrib/upstream'
]
testPathIgnorePatterns: ['src/contrib/upstream'],
};

module.exports = configuration;

0 comments on commit 4c76133

Please sign in to comment.