aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/caldav/index_test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/caldav/index_test.js b/test/caldav/index_test.js
index 24e45f2..969c3a1 100644
--- a/test/caldav/index_test.js
+++ b/test/caldav/index_test.js
@@ -29,6 +29,8 @@ suite('caldav', function() {
assert.ok(root.Templates);
assert.ok(root.Xhr);
assert.ok(root.Connection);
+ assert.ok(root.Resources);
+ assert.ok(root.Resources.Calendar);
});
});