Closed
Bug 1060453
Opened 10 years ago
Closed 10 years ago
Prevent .only() accidentally being committed in mocha test suites
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1008799
People
(Reporter: wilsonpage, Unassigned)
Details
It's easy to accidentally commit a .only statement after debugging unit/integration tests, and the consequences can be dramatic. A committed .only will silently prevent any other tests/suites being run, allowing broken tests to slip into master.
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•