aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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