aboutsummaryrefslogtreecommitdiff
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-01 07:34:24 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-01 07:34:24 +0000
commitf3fa93acb1063be2a2de88a6d2841b5d3a982d85 (patch)
tree50ab3704976d7416baa929673395867d3b07f39a /jsTestDriver.conf
parent7e54b4efb86eecf550c23aa21146d7e191a2da0e (diff)
downloadelgg-f3fa93acb1063be2a2de88a6d2841b5d3a982d85.tar.gz
elgg-f3fa93acb1063be2a2de88a6d2841b5d3a982d85.tar.bz2
Refs #2538: Pulled in elgg JS object and unit tests
git-svn-id: http://code.elgg.org/elgg/trunk@7173 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'jsTestDriver.conf')
-rw-r--r--jsTestDriver.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
new file mode 100644
index 000000000..06b6e0549
--- /dev/null
+++ b/jsTestDriver.conf
@@ -0,0 +1,7 @@
+server: http://localhost:4321
+
+load:
+ - vendors/jquery/jquery-1.4.2.min.js
+ - engine/js/lib/elgglib.js
+ - engine/js/lib/*.js
+ - engine/js/tests/*.js \ No newline at end of file