added the browser tests
This commit is contained in:
@ -25,7 +25,7 @@ describe('Utils', function () {
|
||||
not: Infinity
|
||||
},
|
||||
Function: {
|
||||
is: [console.error, console.log],
|
||||
is: [function () {}, function () {}],
|
||||
},
|
||||
RegExp: {
|
||||
is: [/.*/, new RegExp('a')],
|
||||
|
||||
Reference in New Issue
Block a user