diff options
| author | Igor Minar | 2011-01-06 23:16:23 -0800 |
|---|---|---|
| committer | Igor Minar | 2011-01-07 12:02:46 -0800 |
| commit | 9db2170dcfbac5d584bbb7b4cf2c620ebf468b7b (patch) | |
| tree | cf80d3c65cf50066b1a64a02b31a5bc1f5525f89 | |
| parent | b28dee7fd540a6c46087e66fb2f6ca2307cf17c6 (diff) | |
| download | angular.js-9db2170dcfbac5d584bbb7b4cf2c620ebf468b7b.tar.bz2 | |
add personalLog files 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 a2388662..96d38ecb 100644 --- a/jsTestDriver-jquery.conf +++ b/jsTestDriver-jquery.conf @@ -8,6 +8,7 @@ load: - src/Angular.js - src/JSON.js - src/*.js + - example/personalLog/*.js - test/testabilityPatch.js - src/scenario/Scenario.js - src/scenario/output/*.js @@ -16,6 +17,7 @@ load: - test/scenario/*.js - test/scenario/output/*.js - test/*.js + - example/personalLog/test/*.js exclude: - src/angular.prefix |
