diff options
author | James Lal <james@lightsofapollo.com> | 2012-10-10 11:15:33 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-10-10 11:15:33 -0700 |
commit | ae75f140a6263b78aa096534db68f4b53805c36a (patch) | |
tree | a66a03ea9c18d2ef5981c1d53ec834d7069b5c0e /test/helper.js | |
parent | 13966ebe577c18436332923fb367a3f6ab7b288e (diff) | |
download | jsCalDAV-ae75f140a6263b78aa096534db68f4b53805c36a.tar.gz |
update ical.js for tests add commander.js as dev dep
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/helper.js b/test/helper.js index efb2487..64346bd 100644 --- a/test/helper.js +++ b/test/helper.js @@ -175,8 +175,6 @@ testSupport.lib('sax/dav_response'); testSupport.lib('request/abstract'); testSupport.lib('template'); - testSupport.lib('templates/calendar_data'); - testSupport.lib('templates/calendar_filter'); testSupport.helper('fake_xhr'); testSupport.lib('request/propfind'); |