Skip to content

Reduce quote escaping by using template literals #788

@nfischer

Description

@nfischer

I noticed that we're escaping quote characters in some of our test descriptions (example). We should be able to avoid this by preferring template literals for such scenarios. The motivation is to improve readability.

We should also consider:

  1. Prefer template literals over string concatenation (eslint rule)
  2. Prefer template literals everywhere (I don't think there's any real downside) (eslint rule)

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions