-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Update storage clear check to avoid QUnit.config.stats
Reduce internal reliance on the assertion count via the discouraged QUnit.config.stats and its associated caveats as described at https://qunitjs.com/api/callbacks/QUnit.done/. This patch removes the last remaining internal use of `config.stats`. After this we only ever set it, or expose it (in one place) to provide the discouraged parameter to QUnit.done() callbacks for back-compat. Also remove outdated mention of internal config.stats.bad being used by the HTML Reporter. This is no longer the case as of today with #1760 landed for QUnit 3.0.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters