Skip to content

Commit 072e154

Browse files
chore: update test command to use enzyme-free configuration for multiple widgets
1 parent 370ef2a commit 072e154

File tree

19 files changed

+9
-43
lines changed

19 files changed

+9
-43
lines changed

packages/pluggableWidgets/accordion-web/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pluggableWidgets/accordion-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"publish-marketplace": "rui-publish-marketplace",
3939
"release": "pluggable-widgets-tools release:web",
4040
"start": "pluggable-widgets-tools start:server",
41-
"test": "jest --projects jest.config.js",
41+
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
4242
"update-changelog": "rui-update-changelog-widget",
4343
"verify": "rui-verify-package-format"
4444
},

packages/pluggableWidgets/badge-button-web/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pluggableWidgets/badge-button-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"publish-marketplace": "rui-publish-marketplace",
3838
"release": "cross-env MPKOUTPUT=BadgeButton.mpk pluggable-widgets-tools release:web",
3939
"start": "cross-env MPKOUTPUT=BadgeButton.mpk pluggable-widgets-tools start:server",
40-
"test": "jest --projects jest.config.js",
40+
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
4141
"update-changelog": "rui-update-changelog-widget",
4242
"verify": "rui-verify-package-format"
4343
},

packages/pluggableWidgets/badge-web/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pluggableWidgets/badge-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"publish-marketplace": "rui-publish-marketplace",
3838
"release": "cross-env MPKOUTPUT=Badge.mpk pluggable-widgets-tools release:web",
3939
"start": "cross-env MPKOUTPUT=Badge.mpk pluggable-widgets-tools start:server",
40-
"test": "jest --projects jest.config.js",
40+
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
4141
"update-changelog": "rui-update-changelog-widget",
4242
"verify": "rui-verify-package-format"
4343
},

packages/pluggableWidgets/color-picker-web/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pluggableWidgets/color-picker-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"publish-marketplace": "rui-publish-marketplace",
3939
"release": "cross-env MPKOUTPUT=ColorPicker.mpk pluggable-widgets-tools release:web",
4040
"start": "cross-env MPKOUTPUT=ColorPicker.mpk pluggable-widgets-tools start:server",
41-
"test": "jest --projects jest.config.js",
41+
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
4242
"update-changelog": "rui-update-changelog-widget",
4343
"verify": "rui-verify-package-format"
4444
},

packages/pluggableWidgets/combobox-web/jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/pluggableWidgets/combobox-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish-marketplace": "rui-publish-marketplace",
4343
"release": "pluggable-widgets-tools release:web",
4444
"start": "pluggable-widgets-tools start:server",
45-
"test": "jest --projects jest.config.js",
45+
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
4646
"update-changelog": "rui-update-changelog-widget",
4747
"verify": "rui-verify-package-format"
4848
},

0 commit comments

Comments
 (0)