Open
Bug 1812563
Opened 2 years ago
Updated 2 years ago
ESLint SimpleTest environment is incorrectly set up
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Assigned: standard8)
References
Details
In the patches that Gijs is working on in bug 1795255, it has been highlighted that SimpleTest is set-up wrong.
Currently it parses all the SimpleTest files to find relevant globals. However that is wrong, because the tests has a scope that it is imported into.
We should probably actually base the list on that created by the testScope object.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → standard8
You need to log in
before you can comment on or make changes to this bug.
Description
•