diff options
| author | Vojta Jina | 2011-07-13 12:05:22 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-07-14 10:59:30 +0200 |
| commit | 86a6cc7152d3743f8c071f7706905c8874963d4f (patch) | |
| tree | ec8554fb3a8101c902f3ec9bc46478934cd29671 /jsTestDriver-jquery.conf | |
| parent | 8f3276bbcd444f2bd21c8d8620be92fd6b5d6f33 (diff) | |
| download | angular.js-86a6cc7152d3743f8c071f7706905c8874963d4f.tar.bz2 | |
chore(configs): Add missing files to jstd config
Add jstd-scenario-adapter files into jstd configs (jquery, coverage).
Remove angular.prefix, sufifix from exclude, as they don't have to be there.
They are not included, because of *.js mask.
Diffstat (limited to 'jsTestDriver-jquery.conf')
| -rw-r--r-- | jsTestDriver-jquery.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jsTestDriver-jquery.conf b/jsTestDriver-jquery.conf index 4cf7a70c..a31d5b72 100644 --- a/jsTestDriver-jquery.conf +++ b/jsTestDriver-jquery.conf @@ -43,11 +43,13 @@ load: - test/testabilityPatch.js - src/scenario/Scenario.js - src/scenario/output/*.js + - src/jstd-scenario-adapter/*.js - src/scenario/*.js - src/angular-mocks.js - test/mocks.js - test/scenario/*.js - test/scenario/output/*.js + - test/jstd-scenario-adapter/*.js - test/*.js - test/service/*.js - example/personalLog/test/*.js |
