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
update test description
  • Loading branch information
aristath committed Jun 2, 2021
commit a218cf8d5c59d30daea4942c1130a866ec630b4e
2 changes: 1 addition & 1 deletion packages/editor/src/utils/test/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe( 'cleanForSlug()', () => {
expect( cleanForSlug( '/Is th@t Déjà_vu? ' ) ).toBe( 'is-tht-deja_vu' );
} );

it( 'Should allow unicode characters', () => {
it( 'Should allow non-latin characters', () => {
expect( cleanForSlug( 'Καλημέρα Κόσμε' ) ).toBe( 'καλημέρα-κόσμε' );
} );

Expand Down