Skip to content

Commit 1edb780

Browse files
Add support for enzyme-free Jest testing configuration
1 parent 56b5ff9 commit 1edb780

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/pluggable-widgets-tools/bin/mx-scripts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ function getRealCommand(cmd, toolsRoot) {
9090
return `jest --projects "${join(toolsRoot, "test-config/jest.config.js")}"`;
9191
case "test:unit:native":
9292
return `jest --projects "${join(toolsRoot, "test-config/jest.native.config.js")}"`;
93+
case "test:enzyme-free":
94+
return `jest --projects "${join(toolsRoot, "test-config/jest.enzyme-free.config.js")}"`;
9395
case "test:e2e":
9496
case "test:e2e:ts":
9597
case "test:e2e:web:cypress":

0 commit comments

Comments
 (0)