mol_data_all 1.1.1678 → 1.1.1679

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 CHANGED
@@ -771,11 +771,6 @@ var $node = new Proxy({ require }, {
771
771
  $$.$mol_fail_hidden(e);
772
772
  $$.$mol_fail_log(e);
773
773
  }
774
- const mam_node_modules = target.require('node:path').join(process.cwd(), 'node_modules');
775
- if (!process.env.NODE_PATH?.includes(mam_node_modules)) {
776
- process.env.NODE_PATH = `${mam_node_modules}${process.env.NODE_PATH ? `:${process.env.NODE_PATH}` : ''}`;
777
- target.require('node:module').Module._initPaths();
778
- }
779
774
  }
780
775
  return target.require(name);
781
776
  },