Skip to content

Bug(consistent-spacing-between-blocks): Shouldn't require space between start of for loop and test #406

@TastyPi

Description

@TastyPi
for (const case of cases) {
  it("checks ${case}", async function () {
    ...
  });
}

mocha/consistent-spacing-between-blocks complains that the it call should have a blank space before it. This ends up conflicting with our prettier config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions