Skip to content

Commit da75cf7

Browse files
test: activate alphaNumeric test for all chars banned
1 parent 4cc2e43 commit da75cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/random.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe('random', () => {
210210
expect(alphaText).match(/[b-oq-z]/);
211211
});
212212

213-
it.todo('should throw if all possible characters being banned', () => {
213+
it('should throw if all possible characters being banned', () => {
214214
const bannedChars = 'abcdefghijklmnopqrstuvwxyz0123456789'.split('');
215215
expect(() =>
216216
faker.random.alphaNumeric(5, {

0 commit comments

Comments
 (0)