Skip to content

Commit 4189700

Browse files
committed
adding test for usPhone
1 parent 8b5cd6c commit 4189700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/RandomData.test.coffee

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ module.exports =
5858
'generates random countries': ->
5959
assert.equal 'Albania', random.country()
6060

61+
'generates random US phone number': ->
62+
assert.equal '101-101-1001', random.usPhone()
63+
6164
'generates random international phone numbers': ->
6265
assert.equal '011-2-11-1001', random.internationalPhone()
63-
64-
65-

0 commit comments

Comments
 (0)