module-alias
module-alias copied to clipboard
Add more test cases
- [ ] Check if the required module is the same object instance, regardless of require-ing using alias or not (the require cache should be returned).
- [ ] Test a case when no arguments passed to
initfunction. It should detect thepackage.jsonpath correctly - [ ] Cover "Unable to find package.json" case