aboutsummaryrefslogtreecommitdiffstats
path: root/test/webcals/index_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/webcals/index_test.js')
-rw-r--r--test/webcals/index_test.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/webcals/index_test.js b/test/webcals/index_test.js
new file mode 100644
index 0000000..21a770c
--- /dev/null
+++ b/test/webcals/index_test.js
@@ -0,0 +1,13 @@
+testSupport.require('/webcals');
+
+suite('webcals', function() {
+
+ test('namespaces', function() {
+ assert.ok(sax);
+ assert.ok(Webcals);
+ assert.ok(Webcals.Request);
+ assert.ok(Webcals.Templates);
+ assert.ok(Webcals.Xhr);
+ });
+
+});