Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add test for emojis
  • Loading branch information
eps1lon committed Apr 26, 2020
commit 0e892a127afc8dda3ad5c321d110b71cd03e1d11
1 change: 1 addition & 0 deletions docs/src/modules/utils/textToHash.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('textToHash', () => {
'@material-ui/core/styles vs @material-ui/styles',
'material-ui-core-styles-vs-material-ui-styles',
],
['Blog 📝', 'blog'],
];
table.forEach((entry, index) => {
const [markdown, expected] = entry;
Expand Down