Skip to content

Commit

Permalink
Update urlHelper.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored Mar 27, 2018
1 parent 7cdf7d7 commit 0d12e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/__tests__/urlHelper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('sanitizeSlug', ()=> {
).toEqual('This-that-one_or.the~other-123');
});

it('should remove accents if set', () => {
it('should remove accents with `clean_accents` set', () => {
expect(
sanitizeSlug("ěščřžý", Map({ clean_accents: true }))
).toEqual('escrzy');
Expand Down

0 comments on commit 0d12e6b

Please sign in to comment.