diff options
| author | Shyam Seshadri | 2010-08-11 13:33:21 -0700 |
|---|---|---|
| committer | Shyam Seshadri | 2010-08-11 13:33:21 -0700 |
| commit | 946b5284cdcfde587bedf059e9beadee7da9f91b (patch) | |
| tree | 2cc2a3ac73e7d78e06d1aa902e0367d5fa8813e8 | |
| parent | b27fb8a6448b7c8d59b533fe2df9497170fbaa70 (diff) | |
| download | angular.js-946b5284cdcfde587bedf059e9beadee7da9f91b.tar.bz2 | |
fix the other jstest driver conf
| -rw-r--r-- | jsTestDriver-jquery.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsTestDriver-jquery.conf b/jsTestDriver-jquery.conf index e5dac727..ed58d269 100644 --- a/jsTestDriver-jquery.conf +++ b/jsTestDriver-jquery.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 |
