DEV: Enable ember-qunit's `TestIsolationValidation` feature (#18666)
This ensures ember's runloop is settled before starting the next test.
This commit is contained in:
parent
8d3fe3ddc5
commit
91b991320c
|
@ -61,6 +61,7 @@ document.addEventListener("discourse-booted", () => {
|
||||||
loadTests: false,
|
loadTests: false,
|
||||||
startTests: !disableAutoStart,
|
startTests: !disableAutoStart,
|
||||||
setupEmberOnerrorValidation: !skipCore,
|
setupEmberOnerrorValidation: !skipCore,
|
||||||
|
setupTestIsolationValidation: true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue