-
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.
Test: Refactor events.js and callbacks.js to regular fixtures
In particular, events.js was the only test we had in which a QUnit test was loading another QUnit instance. This fails as-is after the "Always define globalThis.QUnit" patch for #1551, because it would return the instance that's already running instead of a separate one. It will still be possible to do this, by adding `delete global.QUnit` before the import, but that's not the purpose of the events test. Instead, I've added a separate test that proves inception works.
- Loading branch information
Showing
10 changed files
with
827 additions
and
455 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
Oops, something went wrong.