aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
authorShyam Seshadri2010-08-12 02:42:04 +0800
committerShyam Seshadri2010-08-12 02:45:22 +0800
commitcf331050112ee973b9e8186dc4741028ca22f024 (patch)
treef8b66bc339ccf34700c4bcd73d233de0d4614e42 /jsTestDriver.conf
parent04e92a875344fb675f27355a8bae7a22d0a6ae63 (diff)
downloadangular.js-cf331050112ee973b9e8186dc4741028ca22f024.tar.bz2
Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects
Diffstat (limited to 'jsTestDriver.conf')
-rw-r--r--jsTestDriver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
index bcd01694..c7d74b75 100644
--- a/jsTestDriver.conf
+++ b/jsTestDriver.conf
@@ -8,9 +8,9 @@ load:
- src/Angular.js
- src/JSON.js
- src/*.js
+ - test/testabilityPatch.js
- src/scenario/Runner.js
- src/scenario/*.js
- - test/testabilityPatch.js
- test/angular-mocks.js
- test/scenario/*.js
- test/*.js