Skip to content

Commit c8a471b

Browse files
chore: address code review feedback
Remove unused @types/enzyme devDependency from dropdown-sort-web and drop redundant testEnvironment override from rich-text-web jest config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c9a3557 commit c8a471b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/pluggableWidgets/dropdown-sort-web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@mendix/widget-plugin-platform": "workspace:*",
5555
"@mendix/widget-plugin-sorting": "workspace:*",
5656
"@mendix/widget-plugin-test-utils": "workspace:*",
57-
"@types/enzyme": "^3.10.13",
5857
"classnames": "^2.5.1"
5958
}
6059
}

packages/pluggableWidgets/rich-text-web/jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ const base = require("@mendix/pluggable-widgets-tools/test-config/jest.config.js
22

33
module.exports = {
44
...base,
5-
transformIgnorePatterns: ["node_modules/(?!quill)/"],
6-
testEnvironment: "jsdom"
5+
transformIgnorePatterns: ["node_modules/(?!quill)/"]
76
};

0 commit comments

Comments
 (0)