Adjust sauce underscore/backbone settings.

This commit is contained in:
John-David Dalton
2013-11-03 14:38:16 -08:00
parent 869a361d09
commit c6b3cadf55
4 changed files with 27 additions and 6 deletions

View File

@@ -50,8 +50,9 @@
return;
}
if (skippedAsserts === true) {
test.expected = 0;
test.async = false;
test.callback = _.noop;
test.expected = 0;
return;
}
test.finish = _.wrap(test.finish, function(func) {