You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)