toolbuilder/rollup-plugin-relative-to-package
Converts unit tests using relative imports (e.g. 'from ../src/module.js') to use package imports (e.g. 'from package', to support package testing.
JavaScriptMIT
Converts unit tests using relative imports (e.g. 'from ../src/module.js') to use package imports (e.g. 'from package', to support package testing.
JavaScriptMIT