Skip to content

[]: Bump TS target of jest configs to es2019#129

Merged
alihcsumer merged 1 commit intomendix:masterfrom
r0b1n:wc/fix-jest-target
Jun 26, 2025
Merged

[]: Bump TS target of jest configs to es2019#129
alihcsumer merged 1 commit intomendix:masterfrom
r0b1n:wc/fix-jest-target

Conversation

@r0b1n
Copy link
Copy Markdown
Contributor

@r0b1n r0b1n commented Jun 24, 2025

This target is supported by node 12+ and the tests are running in node environment only, so this is safe.

Checklist

  • Contains breaking changes ❌
  • Did you update version and changelog? ✅
  • PR title properly formatted ([XX-000]: description)? ✅

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Other (describe)

What is the purpose of this PR?

The jest config was not fully configured to support modern JS features while the main config does support them and works correctly. This PR bumps typescript target to 'es2019' which is supported by node12+, so this should be safe to not introduce breaking changes.

This target is supported by node 12+ and the tests are running in node environment only, so this is safe.
@alihcsumer alihcsumer merged commit 6b332da into mendix:master Jun 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants