rewire
rewire copied to clipboard
doesn't work with import
import { serviceConfigHelper } from 'utils/configHelper.js';
can't change the serviceConfigHelper
with rewire.
yeah, this is problem as it works with require but not import. I think the issue is that import makes the imported object immutable. This is a big one.