mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
6 lines
262 B
ReStructuredText
6 lines
262 B
ReStructuredText
reject-addtask-only
|
|
===================
|
|
|
|
Designed for JavaScript tests using the add_task pattern. Rejects chaining
|
|
.only() to an add_task() call, which is useful for local testing to run a
|
|
single task in isolation but is easy to land into the tree by accident.
|