aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2011-07-13 12:05:22 +0200
committerVojta Jina2011-07-14 10:59:30 +0200
commit86a6cc7152d3743f8c071f7706905c8874963d4f (patch)
treeec8554fb3a8101c902f3ec9bc46478934cd29671
parent8f3276bbcd444f2bd21c8d8620be92fd6b5d6f33 (diff)
downloadangular.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.
-rw-r--r--jsTestDriver-coverage.conf2
-rw-r--r--jsTestDriver-jquery.conf2
-rw-r--r--jsTestDriver.conf2
3 files changed, 4 insertions, 2 deletions
diff --git a/jsTestDriver-coverage.conf b/jsTestDriver-coverage.conf
index b62212b4..8399a9f6 100644
--- a/jsTestDriver-coverage.conf
+++ b/jsTestDriver-coverage.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
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
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
index 8e764269..ba893777 100644
--- a/jsTestDriver.conf
+++ b/jsTestDriver.conf
@@ -56,8 +56,6 @@ load:
exclude:
- test/jquery_alias.js
- - src/angular.prefix
- - src/angular.suffix
- src/angular-bootstrap.js
- src/scenario/angular-bootstrap.js
- src/AngularPublic.js