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:
David Taylor 2022-10-19 12:07:04 +01:00 committed by GitHub
parent 8d3fe3ddc5
commit 91b991320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ document.addEventListener("discourse-booted", () => {
loadTests: false,
startTests: !disableAutoStart,
setupEmberOnerrorValidation: !skipCore,
setupTestIsolationValidation: true,
});
});