Skip to content

Dynamically generated integrations tests not handled #84

@panthony

Description

@panthony

The following pattern is not handled by codemod, don't know if worth handling or not:

  [
     [ "input", "expected" ]
  ].forEach(([ input, expected ]) => {
    test(`it handles ${input}`, function(assert) {
       this.render(hbs`{{component input=input}}`);
      // asserts
    });
  });

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