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

View File

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