aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'jsTestDriver.conf')
-rw-r--r--jsTestDriver.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
index 6f959b8f..4a702a3e 100644
--- a/jsTestDriver.conf
+++ b/jsTestDriver.conf
@@ -3,7 +3,8 @@ server: http://localhost:9876
load:
- lib/jasmine/jasmine-0.10.3.js
- lib/jasmine-jstd-adapter/JasmineAdapter.js
-# - lib/jquery/jquery-1.4.2.js
+ - lib/jquery/jquery-1.4.2.js
+ - test/jquery_remove.js
- src/Angular.js
- src/*.js
- src/scenario/*.js
@@ -13,6 +14,7 @@ load:
- test/*.js
exclude:
+ - test/jquery_alias.js
- src/angular.prefix
- src/angular.suffix
- src/angular-bootstrap.js