We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is basically what is in my template
<ebay-icon name="chevron-up"/>
First time it runs, it generates
<span class="icon icon--chevron-up" id="c3-3"/>
But the next time it runs, jest fails the tests and complains with the error that the id has changed.
Received content doesn't match the file .html. - Snapshot + Received @@ -14,11 +14,11 @@ </span> <span class="icon icon--chevron-up" - id="c3-3" + id="c2-3" />
The ids shouldn't change between test runs
The text was updated successfully, but these errors were encountered:
Fixed in #5, released in 3.0.1
3.0.1
Sorry, something went wrong.
No branches or pull requests
Version: @marko/[email protected]
Details
This is basically what is in my template
First time it runs, it generates
But the next time it runs, jest fails the tests and complains with the error that the id has changed.
Expected Behavior
The ids shouldn't change between test runs
The text was updated successfully, but these errors were encountered: