Closed
Bug 1666295
Opened 4 years ago
Closed 4 years ago
[meta] Migrate APZ mochitests to async/await style
Categories
(Core :: Panning and Zooming, task)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
People
(Reporter: kats, Unassigned)
References
Details
(Keywords: meta)
Many of the APZ mochitests are written in the older yield/callback style which is less easy to follow than the newer async/await/promise style. We should try to migrate the older tests into the newer style. Right now there's some of each style and it results in a bunch of duplicated helpers and code that can be removed.
Reporter | ||
Comment 1•4 years ago
|
||
The remaining two deps are landing imminently and I don't plan on doing anything else for this bug, so I'll close it out.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Comment 2•4 years ago
|
||
Thanks for all your work on this!
Reporter | ||
Comment 3•4 years ago
|
||
No worries! If there's any other low-priority cleanup stuff you need done, feel free to send it my way. Next on my to-do list is bug 1694200 and then it'll be back to searchfox stuff.
You need to log in
before you can comment on or make changes to this bug.
Description
•