Skip to content

Commit 888d869

Browse files
committed
fix ci
1 parent ed0595a commit 888d869

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/mui-material/src/Button/Button.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('<Button />', () => {
5151
testDeepOverrides: { slotName: 'startIcon', slotClassName: classes.startIcon },
5252
testVariantProps: { variant: 'contained', fullWidth: true },
5353
testStateOverrides: { prop: 'size', value: 'small', styleKey: 'sizeSmall' },
54-
skip: ['componentsProp'],
54+
skip: ['componentProp'],
5555
enableAxe: true,
5656
}));
5757

packages/mui-material/src/Card/Card.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('<Card />', () => {
1414
muiName: 'MuiCard',
1515
refInstanceof: window.HTMLDivElement,
1616
testVariantProps: { raised: true },
17-
skip: ['componentsProp'],
17+
skip: ['componentProp'],
1818
enableAxe: true,
1919
}));
2020

packages/mui-material/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"compilerOptions": {
55
"moduleResolution": "Bundler"
66
},
7-
"exclude": ["test/typescript/moduleAugmentation", "src/types/OverridableComponentAugmentation.ts"]
7+
"exclude": ["test/typescript/moduleAugmentation", "src/types/OverridableComponentAugmentation.ts", "test/axeFlush.ts", "src/**/*.browser.test.*"]
88
}

0 commit comments

Comments
 (0)