Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects

This commit is contained in:
Shyam Seshadri
2010-08-12 02:42:04 +08:00
committed by Shyam Seshadri
parent 04e92a8753
commit cf33105011
4 changed files with 20 additions and 9 deletions

View File

@@ -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