Open
Bug 1502124
Opened 6 years ago
Updated 2 years ago
Investigate Shared tests with yield and promise.defer Usage
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: davidwalsh, Unassigned)
References
Details
Some of the older tests in devtools/client/shared/tests use:
- promise.defer()
- Task.async()
We should modernize the code for these tests to use async functions, await, and promises.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Type: enhancement → task
Component: Debugger → General
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•