We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094a40a commit 7216562Copy full SHA for 7216562
wtr-utils.js
@@ -182,7 +182,7 @@ const getUnitTestGroups = (packages) => {
182
*/
183
const getVisualTestGroups = (packages, theme) => {
184
if (theme === 'base') {
185
- packages = packages.filter(({ name }) => !name.includes('lumo'));
+ packages = packages.filter((pkg) => !pkg.includes('lumo'));
186
}
187
188
return packages.map((pkg) => {
0 commit comments