Skip to content

use-test: Allow import statements without default specifier #320

Closed
@exodustx0

Description

@exodustx0

The use-test rule is triggered even if the import statement does not include a default specifier:

import type { TestInterface } from 'ava'; // "AVA should be imported as `test`."

Not a high priority issue I don't think, but it should be a quick fix, and ensure that use-test only concerns itself with test, not anything else.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions