Skip to content

Commit a1927ee

Browse files
committed
Faker 3.0.0
1 parent ae4db94 commit a1927ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ test('faker house return type to be string', t => {
100100
test('faker sport return type to be string', t => {
101101
t.is(typeof faker().sport().unusual(), 'string');
102102
});
103+
104+
test('faker blood return type to be string', t => {
105+
t.is(typeof faker().blood().group(), 'string');
106+
});

0 commit comments

Comments
 (0)