aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2010-03-15 14:36:50 -0700
committerMisko Hevery2010-03-15 14:36:50 -0700
commitcc71b745c3c821f5e012a363ae3267252a81fddb (patch)
treeb86a76a131aa222b8bdf032480dc2ef0dca51a97 /test/testabilityPatch.js
parentbf838aab5d65a1019a4867b496e971c488589512 (diff)
downloadangular.js-cc71b745c3c821f5e012a363ae3267252a81fddb.tar.bz2
added resources; removed compiled code
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;