ember-modules-codemod
ember-modules-codemod copied to clipboard
Wrong migration of import having 'from' in name
The following import in tests:
import { durationFromNow } from '../../../helpers/duration-from-now';
was translated to
import {
durationFromNow } from '../../../helpers/duratio
} from-now';
Not a big deal though as the error can't be missed :)
Thanks for this awesome addon though it saved me a lot of time.
Yikes! Thanks for reporting this one!