Skip to content

Commit

Permalink
feat: add one more test case in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
smilephoenix103 committed Jan 26, 2023
1 parent 43c8530 commit 2ab9783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ describe('filter', function () {
assert(filter.clean('áéñóú') === 'áéñóú');
});

it('Should not replace anything of a single , multilingual and not profane word', function () {
assert(filter.clean('áéñóúáéñ') === 'áéñóúáéñ');
});

});
});

0 comments on commit 2ab9783

Please sign in to comment.