Skip to content

Commit

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

module.exports = configuration;

0 comments on commit d494dea

Please sign in to comment.