Skip to content

Commit

Permalink
Faker 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 31, 2022
1 parent ae4db94 commit a1927ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ test('faker house return type to be string', t => {
test('faker sport return type to be string', t => {
t.is(typeof faker().sport().unusual(), 'string');
});

test('faker blood return type to be string', t => {
t.is(typeof faker().blood().group(), 'string');
});

0 comments on commit a1927ee

Please sign in to comment.