Skip to content

imports with as get corrupted #91

@kellyselden

Description

@kellyselden

Turns

import {
  setupTest as _setupTest,
  setupRenderingTest as _setupRenderingTest
} from 'ember-qunit';

into

import {
  setupTest,
  setupRenderingTest
} from 'ember-qunit';

That's the only change in the file, the corresponding uses were not touched.

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