Disable JavaScript extensions when running unit tests.
Review Request #4795 — Created Oct. 18, 2013 and submitted
Disable JavaScript extensions when running unit tests.
Extensions can interfere with the unit test suite, so make sure they're
not initialized on the js-tests page.Note that a TemplateHook can still pose a problem, but that's a problem
for another day.
Ran unit tests with my severity extension active, which was breaking
the comment dialog tests. No longer.