Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion descriptions don't interpolate when used with tagged template literal syntax #43

Closed
pygy opened this issue May 16, 2022 · 0 comments

Comments

@pygy
Copy link
Member

pygy commented May 16, 2022

As seen here

  o(true).equals(false)(`Some ${"interpolated"} text`)

works, but

  o(true).equals(false)`Some ${"interpolated"} text`

doesn't.

We advertise the tagged template syntax in the docs (without interpolations, but still, this is tempting).

@pygy pygy closed this as completed in fa7fed8 May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant