Skip to content

Commit d2a83d9

Browse files
committed
add scheduler to packages/mui-docs
1 parent d7d328c commit d2a83d9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages-internal/core-docs/src/getProductInfoFromUrl/getProductInfoFromUrl.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ describe('getProductInfoFromUrl', () => {
5757
});
5858
});
5959

60+
it('should handle MUI X Scheduler', () => {
61+
expect(getProductInfoFromUrl('/x/react-scheduler/components')).to.deep.equal({
62+
productCategoryId: 'x',
63+
productId: 'x-scheduler',
64+
});
65+
});
66+
6067
it('should handle MUI X', () => {
6168
expect(getProductInfoFromUrl('/x/migration/migration-data-grid-v5/')).to.deep.equal({
6269
productCategoryId: 'x',

0 commit comments

Comments
 (0)