mol_wire_lib 1.0.929 → 1.0.930
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
|
@@ -2530,6 +2530,13 @@ var $;
|
|
|
2530
2530
|
;
|
|
2531
2531
|
"use strict";
|
|
2532
2532
|
|
|
2533
|
+
;
|
|
2534
|
+
"use strict";
|
|
2535
|
+
var $;
|
|
2536
|
+
(function ($_1) {
|
|
2537
|
+
$mol_test_mocks.push($ => $.$mol_fail_log = () => false);
|
|
2538
|
+
})($ || ($ = {}));
|
|
2539
|
+
|
|
2533
2540
|
;
|
|
2534
2541
|
"use strict";
|
|
2535
2542
|
var $node = new Proxy({ require }, {
|