Skip to content

Commit d2955f8

Browse files
committed
Update comments
1 parent 76db999 commit d2955f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mui-material-next/src/InputBase/InputBase.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ describe('<InputBase />', () => {
221221
});
222222
});
223223

224+
// for InputBase, the `component` prop is called `inputComponent` so it's skipped
225+
// in describeConformance and manually tested here
224226
describe('prop: inputComponent', () => {
225227
it('should accept any html component', () => {
226228
const { getByTestId } = render(

0 commit comments

Comments
 (0)