mol_time_all 1.1.1200 → 1.1.1202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +7 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +7 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -2773,6 +2773,13 @@ var $;
|
|
|
2773
2773
|
$.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
|
|
2774
2774
|
})($ || ($ = {}));
|
|
2775
2775
|
|
|
2776
|
+
;
|
|
2777
|
+
"use strict";
|
|
2778
|
+
var $;
|
|
2779
|
+
(function ($) {
|
|
2780
|
+
$.$mol_dom = $mol_dom_context;
|
|
2781
|
+
})($ || ($ = {}));
|
|
2782
|
+
|
|
2776
2783
|
;
|
|
2777
2784
|
"use strict";
|
|
2778
2785
|
var $;
|