Closed
Bug 1953957
Opened 2 months ago
Closed 1 month ago
Stop shipping react-test-renderer-shallow.mjs in Firefox while it is only used in tests.
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
react-test-renderer-shallow.mjs is currently shipped into firefox even if it is only used in two tests.
Also these tests could be using some other existing test helper and we could drop this vendored library.
Assignee | ||
Comment 1•2 months ago
|
||
This sizeable file is only used by two tests.
On top of that, we could easily use some other way to test them.
Updated•2 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/debc8502e8a9
[devtools] Stop shipping react-test-renderer-shallow.mjs in Firefox while it is only used in tests. r=devtools-reviewers,nchevobbe
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•