aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/templates/test-header.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/moment/templates/test-header.js')
-rw-r--r--library/moment/templates/test-header.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/moment/templates/test-header.js b/library/moment/templates/test-header.js
new file mode 100644
index 000000000..38940c3ec
--- /dev/null
+++ b/library/moment/templates/test-header.js
@@ -0,0 +1,5 @@
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../../moment')) :
+ typeof define === 'function' && define.amd ? define(['../../moment'], factory) :
+ factory(global.moment)
+}(this, function (moment) { 'use strict';