Skip to content

Commit 25451be

Browse files
committed
Added UID() test.
1 parent c0a37d5 commit 25451be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test-utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ function prototypeString() {
106106
assert.ok('[}'.isJSON() === false, 'string.isJSON([})');
107107
assert.ok('["'.isJSON() === false, 'string.isJSON([")');
108108

109+
assert.ok(UID().isUID(), 'string.isUID()');
110+
109111
str = 'google.sk';
110112
assert.ok(str.isURL() === false, 'string.isURL(): ' + str);
111113

0 commit comments

Comments
 (0)