aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 16:10:07 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 16:10:07 +0000
commit84287fb0cb65c5267ce1f4ca1e5e83e4f9387b22 (patch)
tree496348342bc4d7ef5087316944cac1534409fca8 /js/tests
parent441c9e85dcb824dba2a44657a31fa29ad71a4ee1 (diff)
downloadelgg-84287fb0cb65c5267ce1f4ca1e5e83e4f9387b22.tar.gz
elgg-84287fb0cb65c5267ce1f4ca1e5e83e4f9387b22.tar.bz2
Refs #2538: Moved jsTestDriver.conf to js/tests/
git-svn-id: http://code.elgg.org/elgg/trunk@7190 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/jsTestDriver.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/tests/jsTestDriver.conf b/js/tests/jsTestDriver.conf
new file mode 100644
index 000000000..2f732da7b
--- /dev/null
+++ b/js/tests/jsTestDriver.conf
@@ -0,0 +1,8 @@
+server: http://localhost:42442
+
+load:
+ - vendors/jquery/jquery-1.4.2.min.js
+ - js/lib/elgglib.js
+ - js/classes/*.js
+ - js/lib/*.js
+ - js/tests/*.js \ No newline at end of file