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

Support test isolation validation out of the box. #470

Open
scalvert opened this issue Nov 8, 2018 · 2 comments
Open

Support test isolation validation out of the box. #470

scalvert opened this issue Nov 8, 2018 · 2 comments

Comments

@scalvert
Copy link
Contributor

scalvert commented Nov 8, 2018

Test isolation validation is currently available in ember-qunit@4.1.2. This provides debugging information to users when their tests have async behavior that continues after the test is 'done'.

To support this as a default feature in ember-qunit, we should ensure we enable backburner's DEBUG flag by default, which allows backburner to capture stacks at the callsite of runloop work. Having the extended debugging information is necessary to provide the full information to ember-qunit for test debugging.

@Turbo87
Copy link
Member

Turbo87 commented Apr 9, 2019

@scalvert is this done?

@scalvert
Copy link
Contributor Author

scalvert commented Apr 9, 2019

I've implemented 2 parts of this:

Outstanding is:

  • Using test isolation primatives in ember-mocha
  • Turn on test isolation validation by default in @ember/test-helpers

Once the last two are done, this can be considered done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants