Skip to content

Wrong migration of import having 'from' in name #82

@panthony

Description

@panthony

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions