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.