Wrapper tests(Vue): fix jest config after bump @vue/test-utils to v2.4.6#33337
Open
EugeniyKiyashko wants to merge 1 commit intoDevExpress:26_1from
Open
Wrapper tests(Vue): fix jest config after bump @vue/test-utils to v2.4.6#33337EugeniyKiyashko wants to merge 1 commit intoDevExpress:26_1from
EugeniyKiyashko wants to merge 1 commit intoDevExpress:26_1from
Conversation
7c4aa5c to
79c6b50
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s Jest/ts-jest setup to keep wrapper/unit tests working after dependency updates (notably @vue/test-utils@2.4.6), with a focus on Vue wrapper Jest configuration and aligning ts-jest versions across packages.
Changes:
- Bump
ts-jestto29.4.9across multiple packages and update the lockfile accordingly. - Adjust
packages/devextreme-vue/jest.config.jsto addcustomExportConditionsand tweakts-jesttransform options.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates dependency graph for ts-jest@29.4.9 and newly-added per-package jest deps. |
| packages/nx-infra-plugin/package.json | Bumps ts-jest version used by infra plugin tests. |
| packages/devextreme/package.json | Bumps ts-jest version used by core package tests. |
| packages/devextreme-vue/package.json | Adds jest and bumps ts-jest for Vue wrapper tests. |
| packages/devextreme-vue/jest.config.js | Updates Jest config to handle export conditions + ts-jest emit behavior. |
| packages/devextreme-themebuilder/package.json | Adds jest and bumps ts-jest for ThemeBuilder tests. |
| packages/devextreme-scss/package.json | Adds jest and bumps ts-jest for SCSS package tests. |
| packages/devextreme-react/package.json | Adds jest and bumps ts-jest for React wrapper tests. |
| packages/devextreme-monorepo-tools/package.json | Bumps ts-jest version used by monorepo-tools tests. |
79c6b50 to
e9aa1d2
Compare
e9aa1d2 to
d06066d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.