Skip to content

Add js files to ignore patterns list to reduce log noise#1860

Merged
MarceloRGonc merged 10 commits intomainfrom
OPS-3452
Jan 26, 2026
Merged

Add js files to ignore patterns list to reduce log noise#1860
MarceloRGonc merged 10 commits intomainfrom
OPS-3452

Conversation

@MarceloRGonc
Copy link
Copy Markdown
Contributor

@MarceloRGonc MarceloRGonc commented Jan 19, 2026

Fixes OPS-3452.

Additional notes

  • The files were already being ignored; I just changed where it's done.

Copilot AI review requested due to automatic review settings January 19, 2026 17:19
@linear
Copy link
Copy Markdown

linear Bot commented Jan 19, 2026

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies Jest configuration to standardize transform ignore patterns across the codebase. The change removes a package-specific transform pattern from the engine configuration and updates the global preset to ignore JavaScript files while maintaining the lodash-es exception.

Changes:

  • Removed string-replace-async from transform ignore patterns in engine-specific Jest config
  • Updated global Jest preset to add .js file pattern to transform ignore patterns

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/engine/jest.config.ts Removed package-specific transformIgnorePatterns configuration
jest.preset.js Added .js file pattern to transformIgnorePatterns alongside existing lodash-es exception

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread jest.preset.js
@MarceloRGonc MarceloRGonc changed the title Change jest pattern Add js files to ignore patterns list Jan 19, 2026
@MarceloRGonc MarceloRGonc changed the title Add js files to ignore patterns list Add js files to ignore patterns list to reduce log noise Jan 19, 2026
@sonarqubecloud
Copy link
Copy Markdown

@MarceloRGonc MarceloRGonc merged commit e230bce into main Jan 26, 2026
21 checks passed
@MarceloRGonc MarceloRGonc deleted the OPS-3452 branch January 26, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants