aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'jsTestDriver.conf')
-rw-r--r--jsTestDriver.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
new file mode 100644
index 00000000..77a5f0bf
--- /dev/null
+++ b/jsTestDriver.conf
@@ -0,0 +1,16 @@
+server: http://localhost:9876
+
+load:
+ - lib/swfobject/swfobject.js
+ - lib/webtoolkit/webtoolkit.base64.js
+ - lib/jquery/jquery-1.3.2.js
+ - lib/jquery/jquery-ui-1.7.1.custom.min.js
+ - lib/underscore/underscore.js
+ - src/Loader.js
+ - src/*.js
+ - src/test/_namespace.js
+ - src/test/*.js
+ - test/testabilityPatch.js
+ - test/test/*.js
+ - test/*.js
+ \ No newline at end of file