aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index 293553da..e7ebb386 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -10,6 +10,11 @@ msie = jQuery.browser.msie;
function noop(){}
jstd = jstestdriver;
+dump = _(jstd.console.log).bind(jstd.console);
+
+function nakedExpect(obj) {
+ return expect(angular.fromJson(angular.toJson(obj)));
+};
swfobject = {
createSwf:function() {
@@ -137,4 +142,4 @@ function assertThrows(error, fn){
}
log = noop;
-error = noop; \ No newline at end of file
+error = noop;