Added missing client-side "fail" assertion
parent
e385a9c8fb
commit
a18dedbddb
|
@ -124,7 +124,13 @@ module.assert = { exports: {
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
throws: function ( test, expected, err )
|
fail: function ( err )
|
||||||
|
{
|
||||||
|
failAssertion( err );
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
'throws': function ( test, expected, err )
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue