diff options
| author | Igor Minar | 2011-02-15 01:12:45 -0500 | 
|---|---|---|
| committer | Igor Minar | 2011-02-15 11:01:53 -0500 | 
| commit | 1777110958f76ee4be5760e36c96702223385918 (patch) | |
| tree | 5aa03b246507e66877e5eac69e58e004e244d7a5 /jsTestDriver-coverage.conf | |
| parent | d2089a16335276eecb8d81eb17332c2dff2cf1a2 (diff) | |
| download | angular.js-1777110958f76ee4be5760e36c96702223385918.tar.bz2 | |
split up services into individual files
- split up services into files under src/service
- split up specs into files under test/service
- rewrite all specs so that they don't depend on one global forEach
- get rid of obsolete code and tests in ng:switch
- rename mock $log spec from "$log" to "$log mock"
Diffstat (limited to 'jsTestDriver-coverage.conf')
| -rw-r--r-- | jsTestDriver-coverage.conf | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/jsTestDriver-coverage.conf b/jsTestDriver-coverage.conf index 21ee8a2e..b8989811 100644 --- a/jsTestDriver-coverage.conf +++ b/jsTestDriver-coverage.conf @@ -8,6 +8,7 @@ load:    - src/Angular.js    - src/JSON.js    - src/*.js +  - src/service/*.js    - example/personalLog/*.js    - test/testabilityPatch.js    - src/scenario/Scenario.js @@ -18,6 +19,7 @@ load:    - test/scenario/*.js    - test/scenario/output/*.js    - test/*.js +  - test/service/*.js    - example/personalLog/test/*.js  exclude:  | 
