How should plugins perform a "final" test? #1663
Labels
Component: Core
For module, test, hooks, and reporters.
Type: Meta
Seek input from maintainers and contributors.
Type: Question
Ask questions or seek assistance.
Following from #1629, the ember-cli-memory-leak-detector plugin used
QUnit.done()
to register a final test.This no longer works as of #1629. In that PR, I stated that this was already unreliable and could be ignored silently without realizing. But, it's also quite possible that it happened to work reliably for all cases that mattered for the specific way in which ember-cli and Testem aggregate test results.
This ticket is to determine (and make if needed) a viable way for plugins to register a "final" test, and to make sure it is documented going forward.
@steveszc wrote:
The text was updated successfully, but these errors were encountered: