Skip to content

Commit daa3c9e

Browse files
test: update TreeNode widget to use react-tesing-library and remove enzyme
1 parent a967ae4 commit daa3c9e

File tree

4 files changed

+382
-575
lines changed

4 files changed

+382
-575
lines changed

packages/pluggableWidgets/tree-node-web/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { join } = require("path");
2-
const base = require("@mendix/pluggable-widgets-tools/test-config/jest.config");
2+
const base = require("@mendix/pluggable-widgets-tools/test-config/jest.enzyme-free.config.js");
33

44
module.exports = {
55
...base,

0 commit comments

Comments
 (0)