aboutsummaryrefslogtreecommitdiffstats
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
authorAdam Abrons2010-01-05 16:36:58 -0800
committerAdam Abrons2010-01-05 16:36:58 -0800
commitc9c176a53b1632ca2b1c6ed27382ab72ac21d45d (patch)
treeb5f719a095c03ee9f8b2721ffdaf1e5ff8c11b41 /jsTestDriver.conf
downloadangular.js-c9c176a53b1632ca2b1c6ed27382ab72ac21d45d.tar.bz2
angular.js
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