mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -61,6 +61,7 @@ document.addEventListener("discourse-booted", () => {
|
||||
loadTests: false,
|
||||
startTests: !disableAutoStart,
|
||||
setupEmberOnerrorValidation: !skipCore,
|
||||
setupTestIsolationValidation: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user