summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/meteor/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/meteor/test.js')
-rw-r--r--js/vendor/momentjs/meteor/test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/vendor/momentjs/meteor/test.js b/js/vendor/momentjs/meteor/test.js
deleted file mode 100644
index 6bf706a60..000000000
--- a/js/vendor/momentjs/meteor/test.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-
-Tinytest.add('Moment.is', function (test) {
- test.ok(moment.isMoment(moment()), {message: 'simple moment object'});
-});