Closed
Description
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:
- Prefer template literals over string concatenation (eslint rule)
- Prefer template literals everywhere (I don't think there's any real downside) (eslint rule)