Background
WikimediaEvents depends on TestKitchen as of T419679: Make WikimediaEvents depend on TestKitchen. Previously, developers would have to use the optional services dependency injection feature (PHP) and/or the mw.loader.using feature (JS) to manage a soft dependency on TestKitchen. All of that management code can now be removed.
AC
- Remove all instances of mw.loader.using( 'ext.testKitchen' )
- Remove all instances of a TestKitchen. service being an optional service