Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Dec 16, 2024
1 parent c586938 commit f19705f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
module.exports = {
modulePathIgnorePatterns: ['<rootDir>/maintenance/', '__fixtures__/.*'],
projects: [

// Projects which require special configuration.

'maintenance/projects/js-themes-toolkit/jest.config.js',
'maintenance/projects/js-toolkit/jest.config.js',
'projects/eslint-plugin/jest.config.js',
'projects/js-themes-toolkit/jest.config.js',
'projects/js-toolkit/jest.config.js',
'projects/npm-tools/packages/npm-scripts/jest.config.js',

// Everything else.
Expand All @@ -24,7 +23,6 @@ module.exports = {
],
testMatch: ['**/test/**/*.js'],
testPathIgnorePatterns: [

// Projects in maintenance mode which do not participate in the
// top-level set of Yarn workspaces.

Expand All @@ -34,8 +32,6 @@ module.exports = {
// ignored here.

'<rootDir>/projects/eslint-plugin',
'<rootDir>/projects/js-themes-toolkit',
'<rootDir>/projects/js-toolkit',
'<rootDir>/projects/npm-tools/packages/npm-scripts',
'<rootDir>/projects/prettier-plugin',

Expand Down

0 comments on commit f19705f

Please sign in to comment.