I don't see anything in the docs, and it seems like the package.json doesn't export the Worker or WorkerManager. I'd like to be able to start a worker with my functional tests, either in the test itself or during the suite's startup hooks. Is this possible? It seems that currently, my only option is to run node ace queue:work outside / alongside my tests.