added the browser tests

This commit is contained in:
Spencer Alger
2014-01-15 03:06:56 -07:00
parent 7b967617b5
commit 4c5426c1b4
9 changed files with 44 additions and 24 deletions

View File

@ -25,7 +25,7 @@ describe('Utils', function () {
not: Infinity
},
Function: {
is: [console.error, console.log],
is: [function () {}, function () {}],
},
RegExp: {
is: [/.*/, new RegExp('a')],