We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a37d5 commit 25451beCopy full SHA for 25451be
1 file changed
test/test-utils.js
@@ -106,6 +106,8 @@ function prototypeString() {
106
assert.ok('[}'.isJSON() === false, 'string.isJSON([})');
107
assert.ok('["'.isJSON() === false, 'string.isJSON([")');
108
109
+ assert.ok(UID().isUID(), 'string.isUID()');
110
+
111
str = 'google.sk';
112
assert.ok(str.isURL() === false, 'string.isURL(): ' + str);
113
0 commit comments