We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4db94 commit a1927eeCopy full SHA for a1927ee
test.js
@@ -100,3 +100,7 @@ test('faker house return type to be string', t => {
100
test('faker sport return type to be string', t => {
101
t.is(typeof faker().sport().unusual(), 'string');
102
});
103
+
104
+test('faker blood return type to be string', t => {
105
+ t.is(typeof faker().blood().group(), 'string');
106
+});
0 commit comments