Closed
Bug 1701887
Opened 4 years ago
Closed 4 years ago
Remove ignored tests in devtools/client/debugger/src/client/firefox/tests/
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox89 fixed)
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
There are 2 tests in this folder that are not run since we exclude the folder in devtools/client/debugger/jest-test.config.js#25
This tests were here to assert the initialization sequence of the debugger, but they rely on brittle mocks, and we probably have a better coverage for the debugger panel in existing mochitests.
So let's remove those.
Assignee | ||
Comment 1•4 years ago
|
||
Those tests were ignored by a rule in the jest config,
and they're not providing a good coverage anyway as
they're relying on mocks.
We definitely have a better coverage in existing mochitests,
so let's remove those 2 tests.
We take this opportunity to remove a non-existing path
from the jest config.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2b275e8a59c
[devtools] Remove ignored tests in devtools/client/debugger/src/client/firefox/tests/. r=jdescottes.
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•