@@ -1,4 +1,4 @@
-(function() {
+describe('moment constructor', function() {
describe('$.fullCalendar.moment', function() {
testDefaultProcessing($.fullCalendar.moment);
@@ -660,4 +660,4 @@ function testLiteralProcessing(construct) {
});
}
-})();
+});
@@ -1,5 +1,5 @@
+describe('querying', function() {
var momentTypeSuffixes = {
'ambiguously-timed': '',
@@ -197,4 +197,4 @@