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.append()
setup
Expected behavior: I should be able to call this.append() in my setup so I don't have to type it every time in my test
Actual behavior: The click handlers never fire.
Workaround: Move this.append to the test body.
this.append
Proposed solutions:
alwaysRender
JSBin demonstrating issue:http://jsbin.com/vihov/6/edit
The text was updated successfully, but these errors were encountered:
#55 #56 are somewhat related, you might be interested :)
Sorry, something went wrong.
this seems no longer relevant, closing due to age
No branches or pull requests
Expected behavior: I should be able to call
this.append()
in my setup so I don't have to type it every time in my testActual behavior: The click handlers never fire.
Workaround: Move
this.append
to the test body.Proposed solutions:
alwaysRender
or something optionJSBin demonstrating issue:http://jsbin.com/vihov/6/edit
The text was updated successfully, but these errors were encountered: