1
0
Fork 0

Added missing client-side "fail" assertion

closure/master
Mike Gerwitz 2011-12-06 18:27:41 -05:00
parent e385a9c8fb
commit a18dedbddb
1 changed files with 7 additions and 1 deletions

View File

@ -124,7 +124,13 @@ module.assert = { exports: {
}, },
throws: function ( test, expected, err ) fail: function ( err )
{
failAssertion( err );
},
'throws': function ( test, expected, err )
{ {
try try
{ {